[jdom-interest] Schema Validation Error
Peter Henzler
phenzler at henzler.com
Tue Jun 19 08:41:59 PDT 2001
Hi everybody
I have the same problem that John Muhlestein reportet in 'More Schema
Validation'.
Can anyone tell us, what we are doing wrong?
If I validate my XML and XSD Files with my editor XMLSpy there is no
validation error.
Where is the problem?
Please help!
Kind regards
Peter Henzler
henzler informatik gmbh
Teichstrasse 7, CH-4106 Therwil
Tel. +41 (061) 723 23 90
Fax +41 (061) 723 23 70
-----Ursprüngliche Nachricht-----
Von: jdom-interest-admin at jdom.org
[mailto:jdom-interest-admin at jdom.org]Im Auftrag von John Muhlestein
Gesendet: Donnerstag, 14. Juni 2001 20:17
An: 'jdom-interest at jdom.org'
Betreff: [jdom-interest] More Schema Validation
I am in the process of converting xml validation from DTD's to Schema and I
am coming up with an error which has me stumped.
XML:
<?xml version="1.0" standalone="yes" ?>
<b2b xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="whlsl3.xsd">
<!--lots-o-content-->...
</b2b>
XMLSchema:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http:/www.w3.org/2001/XMLSchema">
<xsd:element name="b2b">
<xsd:complexType>
<xsd:sequence>
<!--more definition--> ...
</xsd:sequence>
</xsd:complexType>
</xsd:element>
ERROR:
**Parsing Error**
Line: 2
URI: .../whlsl3.xml
Message: Element type "b2b" must be declared
Error in parsing: Error encountered
I have actually tried this with the code from Brett's book for
SAXParserDemo.java before running it through JDOM. Any suggestions
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
More information about the jdom-interest
mailing list