[Home] [By Thread] [By Date] [Recent Entries]

  • From: Dmitri Kondratiev <dima@p...>
  • To: xml-dev@i...
  • Date: Thu, 11 Dec 1997 20:21:05 +0300

Please help a newbie DTD writer :) I am trying to validate with NXP
attribute ID in element Foo :

<?XML version="1.0" encoding="UTF-8" RMD='ALL'?>
<!DOCTYPE FooBar SYSTEM "FooBar.dtd">

<FooBar>
<Foo ID="Bar"/>
<FooBar/>

With the following DTD:

<!-- The whole FooBar -->
<!ELEMENT FooBar ANY>

<!ELEMENT Foo EMPTY>
<!ATTLIST Foo
	ID  ID  #REQUIRED>


As a result I get "Attribute has not be declared : ID" error. What am I
doing wrong ?

Thanks,
Dima

---
NXP output:

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>
</FOOBAR>
"

"
Error :
Parsing stopped with exception : 
java.util.EmptyStackException
Parsing finished - Time : 490 msec. 


---------------------------
dima@p...
102401.2457@c...
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@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member