Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 23rd, 2007, 11:13 AM
Registered User
 
Join Date: Oct 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default http addresses in xml file for Access Ribbons

Being new to xml and Access 2007, I have a question about the URL's that are placed in the ribbon xml code. Many of these url's are specific to schema's on a specific site on the internet. Does this adversley affect the ribbons behavior if the user of the application does not have a current connection to the internet?

Thanks in advance for any information!

 
Old October 23rd, 2007, 11:22 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

I don't believe so although I have little experience with this particular use of XML. Namespaces traditionally use URIs but this is to make sure they are unique, the files are not retrieved from those locations and are not necessarily found there. If you post some of the XML I might be able to clarify further. You could always try using Office without an internet connection :)

--

Joe (Microsoft MVP - XML)
 
Old October 23rd, 2007, 11:42 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

I've no idea what ribbons are, but I suspect the URIs that you are referring to are namespace declarations. They are URIs rather than URLs - names rather than addresses - nothing more than unique identifiers for an XML vocabulary. XML parsers aren't going to go chasing around the internet to dereference them.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
 
Old October 23rd, 2007, 11:47 AM
Registered User
 
Join Date: Oct 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The ribbons I speak of are the replacements for custom menus in Microsoft Access 2007 (All of Office 2007 actually) and I'm taking my first crack at creating a customized ribbon for an application that I'm working on. The ribbons are created through xml and as this is my first time working with it, I'm going through a little learning curve.

Thanks!

Bill






Similar Threads
Thread Thread Starter Forum Replies Last Post
Access is denied" load a simple xml file nana XML 12 May 12th, 2010 07:01 AM
Access 2007 Ribbons? bgnetman Access VBA 2 October 30th, 2007 11:03 AM
ThePhile - Access Error to XML file cewekoolz BOOK: ASP.NET Website Programming Problem-Design-Solution 1 February 16th, 2005 02:16 AM
XML file access atingoldy Beginning VB 6 1 December 10th, 2003 09:18 AM
Simultaneous xml file access jim77002 XML 2 September 1st, 2003 03:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.