|
Subject: [xsl] Re: decent validator From: andrew.curry@xxxxxxxxxxxx Date: Wed, 6 Aug 2003 11:54:21 +0100 |
Does anyone know of a decent schemer validator for unix?
I know my xml doesn't validate to the schema as im trying to break it in an
attempt to get it to work. I have used xerces-c_2_3_0-Sol2.7ForCC/
using both DOMPrint and SAXPrint but neither of these signal the error.
my schema states
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element ref="Player" maxOccurs="1"
minOccurs="1"/>
<xs:element ref="Score" maxOccurs="1"
minOccurs="1"/>
<xs:element ref="Team" maxOccurs="1"
minOccurs="1"/>
</xs:sequence>
and my xml has
<Name firstName="Joseph-Desire" initials="J" lastName="Job">J Job</Name>
</Player>
<Score away="1" home="0"/>
<Score away="1" home="0"/>
<Team homeOrAway="Home" id="30" name="Middlesbrough"/>
any ideas?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] How do we compare (diff) , David . Pawson | Thread | Re: [xsl] Re: decent validator, J.Pietschmann |
| RE: [xsl] How do we compare (diff) , David . Pawson | Date | AW: [xsl] For-each error, Markus Abt |
| Month |