Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

RE: [xml-dev] Schema question, now how to use under CLAX ?Command-line-architecture-(for)XML



On Wed, 2006-07-26 at 10:02 +0100, Michael Kay wrote:
> Melvin Chin provided a correct solution: it relies on...
> ..
> <?xml version="1.0" encoding="UTF-8"?>
> <xsd:schema version="1.0"
>    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> 
>    <xsd:element name="root">
>      <xsd:complexType name="rootType">
>        <xsd:sequence>
>          <xsd:element ref="product" maxOccurs="unbounded"/>
>        </xsd:sequence>
>      </xsd:complexType>
>    </xsd:element>

Ok Michael. Sounds good. What would be the approximate command line to
run ? Say in either of java or perl. 

That would validate the document right..?

ok.. next step after that ? 

David





 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor