xml schema

Hi All,
I have an application which uses MSXML and reads the xml file with DTD I would like use schema in place of DTD. Can any one suggest me how to go about?
Thanks in Advance,
Chitra
[202 byte] By [chitrack] at [2007-11-19 7:04:40]
# 1 Re: xml schema
Hi All,
I have an application which uses MSXML and reads the xml file with DTD I would like use schema in place of DTD. Can any one suggest me how to go about?

Thanks in Advance,
Chitra

1. Why would you like to switch to Schema?
2. Does DTD not fulfill your needs? Please elaborate.
3. You may look up - www.xmlspy.com - XML Spy is a real cool XML/DTD/Schema/Etc editing tool.

Sid
Siddhartha at 2007-11-10 3:27:36 >
# 2 Re: xml schema
Xml Spy can convert your DTD to Schema.

Hope that helped.

Ciao,
Sid :wave:
Siddhartha at 2007-11-10 3:28:41 >
# 3 Re: xml schema
[ Moved thread ]
Andreas Masur at 2007-11-10 3:29:40 >
# 4 Re: xml schema
Hi siddhartha,
Thanks for ur reply!

I want my application to support schema also.. its not tht i am replacing DTD with schema. I dont want any other tools, i want to implement the schema support within my application. If you have any links which explains schema validations and retrieval inside vc++

Thanks
Chitra
chitrack at 2007-11-10 3:30:45 >
# 5 Re: xml schema
Validate an XML Document Against an XML Schema ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/XSD_HDI_ValidateXmlDocumentAgainstSchema_CPP.asp)
Andreas Masur at 2007-11-10 3:31:44 >