|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Linking a XML document to its schema
Hi Julian, Julian said: And it's even backed by Microsoft (see MSXML behaviour). Didier reply: Is this what you where referring to: XML Schemas and Namespaces ---------------------------------------------------------------------------- ---- Internet Explorer 5 enables XML Schemas to be referenced directly from a namespace declaration. This allows the XML parser to validate the XML against the grammar defined in the schema. It also allows the object model to expose data types and to allow navigation to the schema document through the definition property (see XML Schemas and the DOM). A namespace declaration can reference a schema by including the URL to the schema document prefaced by the "x-schema:" string. For example, to reference an XML Schema for books from an XML file conforming to this schema, you would write: <book xmlns="x-schema:http://www.microsoft.com/xml/schema/book.xml"> <title>Presenting XML</title> <author>Richard Light</author> <pages>334</pages> </book> Here the default namespace refers to the sample book grammar used in the Defining Elements and Attributes section. The namespace URI is prefixed with "x-schema:" to indicate to the XML parser that there is a schema corresponding to this namespace, with the location corresponding to the remainder of the Universal Resource Identifier (URI). The schema will be loaded and the document will be validated. ---------------------------------------------------------------------------- ---- What I have not tried though, is if the following document will be parsed and validated by MSXML. Did you tested something similar? if yes what was the result? <book xmlns="x-schema:http://www.microsoft.com/xml/schema/book.xml"> <title>Presenting XML</title> <author>Richard Light</author> <inclusion xmlns="x-schema:http://www.mydomain.com/xml/schema/inclusion.xml"> <greeting>happy thanksgiving</greeting> </inclusion> <pages>334</pages> </book> Thanks for your comment Didier PH Martin mailto:martind@n... http://www.netfolder.com xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To unsubscribe, mailto:majordomo@i... the following message; unsubscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








