Connecting Tech Pros Worldwide Forums | Help | Site Map

help me how to validate XML doc against XSD

Newbie
 
Join Date: Jul 2006
Posts: 1
#1: Aug 7 '06
I wrote a program to parse xml document by using xpact library.
but it is not validating library.
plz any one can help me, how to validate a xml doc againstgiven xsd.

Thanks & Regards
anki

Member
 
Join Date: Aug 2006
Location: USA
Posts: 93
#2: Aug 11 '06

re: help me how to validate XML doc against XSD


Using XmlTextReader,XmlSchemaCollection, and XmlValidatingReader.
This can definitly help you.

http://www.developerfusion.co.uk/show/2518/
Newbie
 
Join Date: Aug 2006
Posts: 7
#3: Aug 11 '06

re: help me how to validate XML doc against XSD


you could use one of those 2 validators:

http://apps.gotdotnet.com/xmltools/xsdvalidator

or

http://www.xmlme.com/validator.aspx
Newbie
 
Join Date: Oct 2006
Posts: 1
#4: Oct 5 '06

re: help me how to validate XML doc against XSD


hi, read this article this article will help you
search engine tips and techniques
Reply