[
Lists Home |
Date Index |
Thread Index
]
The Microsoft Parser, version 4.0 and greater has a schema object model
(SOM) that sounds like what you are after. I'm not sure whether this is a
standard thing or just something Microsoft has come up with but it enables
you to retrieve collections of declarations, complex types etc. There is a
tutorial in the SDK at msdn.com/xml in the downloads section, look for
"Microsoft XML Core Services 4.0 Service Pack 2".
--
Joe
>From: "Li Yuejiong(John)" <john_li@macrosynergy.com>
>To: <xml-dev@lists.xml.org>
>Subject: [xml-dev] ΄πΈ΄: Is there API for creating XML Schema?
>Date: Thu, 18 Aug 2005 15:03:38 +0800
>
>Hi,
>
>
>
>I want to create and parse XML Schema file. But I don't want to treat it as
>XML file. If so, I have to deal with all complicated tech aspects of
>Schema. Is there any API for this purpose?
>
>
>
>Thanks,
>
>John
>
|