Re: [xml-dev] XSD validation

From
Chiusano Joseph <>
To
Prasad G S K <>
Date
2003-04-10T11:10:02Z
ID
<>
Thread
Re: [xml-dev] XSD validation
GSK,

There are several ways to do this:

(1) Open the file in MS Explorer, which has an embedded XML parser 

(2) Use a product such as:
	
	- Altova's XML Spy XML Development Environment [1]
	- Tibco's TurboXML Intregrated Development Environment [2]

Both products in (2) will have trial downloads available, so you can
take advantage of that if you'd like.

Kind Regards,
Joe Chiusano
Booz | Allen | Hamilton

[1] http://www.xmlspy.com/products.html	
[2] http://www.tibco.com/solutions/products/extensibility/turbo_xml.jsp
Prasad G S K wrote:
> 
> How do I validate the xsd file itself?
> 
> This is one of the sample xsd file given in xerces-J:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
> 
>  <xs:element name="personnel">
>   <xs:complexType>
>    <xs:sequence>
>      <xs:element ref="person" minOccurs='1' maxOccurs='unbounded'/>
>    </xs:sequence>
>   </xs:complexType>
> ....
> .....
> ....
> </xs:schema>
> 
> How do I validate this file??
> 
> regards,
> GSK
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>