[
Lists Home |
Date Index |
Thread Index
]
- To: "Naren Koka" <NKoka@sfamipec.com>,"XML DEV" <xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] Including Schema inside the XML
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Mon, 15 Jul 2002 11:08:33 -0700
- Thread-index: AcIsJH+M8swB8ZkSQ62fpM9Krok+IQAAENugAAFDKuA=
- Thread-topic: [xml-dev] Including Schema inside the XML
> -----Original Message-----
> From: Naren Koka [mailto:NKoka@sfamipec.com]
> Sent: Monday, July 15, 2002 10:30 AM
> To: XML DEV
> Subject: [xml-dev] Including Schema inside the XML
>
>
> Hi,
> I want to know how to include the schema inside the .XML
> file. We could do this with DTDs and I now need to work with
> schemas. Thanks for the help!
>
The Microsoft XML parsers support validation using inline XML schema.
Here's a link describing how to do it using the
System.Xml.XmlValidatingReader in the .NET framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide
/html/cpconvalidationwithinlinexsdschema.asp
--
PITHY WORDS OF WISDOM
The primary function of the design engineer is to make things difficult
for the fabricator and impossible for the serviceman.
This posting is provided "AS IS" with no warranties, and confers no
rights.
|