[
Lists Home |
Date Index |
Thread Index
]
- From: Dmitri Kondratiev <dima@paragraph.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 12 Dec 1997 00:55:44 +0300
Hi,
Does anybody know any free *validating* XML parserers written in Java ?
With NXP I haven't managed to suceed to validate the following :
<?XML version="1.0" encoding="UTF-8" RMD='ALL'?>
<!DOCTYPE FooBar SYSTEM "FooBar.dtd">
<FooBar>
<Foo ID="Bar"/>
</FooBar>
With FooBar.dtd file in the same directory :
<!-- The whole FooBar -->
<!ELEMENT FooBar ANY>
<!ELEMENT Foo EMPTY>
<!ATTLIST Foo
ID ID #REQUIRED>
I have the following output :
java NXP.Cl -v -f test/test.xml
NXP - Norbert's XML Parser 0.97 - 05.08.1997
Fetch file : test/test.xml
Start parsing ...
Validate : true
Fetch file : test/FooBar.dtd
<FOOBAR>
"
"
<FOO>
Error :
Attribute has not be declared : ID
</FOO>
"
"
</FOOBAR>
Parsing finished - Time : 1260 msec.
Any help is most welcome!
Dima
-----------------
Dmitri Kondratiev
dima@paragraph.com
102401.2457@compuserve.com
http://www.geocities.com/SiliconValley/Lakes/3767/
tel: 07-095-464-9241
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|