[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: simple xml question
- From: "Thomas B. Passin" <tpassin@home.com>
- To: Jeff Rafter <jeffrafter@earthlink.net>, Howard.Kidd@syntegra.bt.co.uk
- Date: Fri, 16 Mar 2001 23:41:15 -0500
Jeff Rafter wrote -
>
> If you would like to use W3C XML Schemas, as you noted in the second mail,
> you will have to use a different parser, and remember that the XML Schema
> spec. is still under development. Finding parsers which support it is tough
> because people are waiting for it to be finished-- your best bets are to use
> XSV [1] in Python or Xerces [2] in Java or the Oracle Schema Validator [3]
> in Java.
>
Or XMLSpy or XML Authority.
Spy can also check a schema's construction without an xml document to validate
with it.
Tom P