[xmlc] Problem using WML 1.3 DTD
Justin Akehurst <[email protected]> Wed, 27 Jul 2005 12:05:48 -0700
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
I am trying to compile this WML document, with XMLC 2.2.7 pre-release
(built from HEAD)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd">
<wml>
<card title="Tone Content List">
<p id="toneContentList">
<a href="" id="toneLink">Tone Description</a><br id="br"/>
<a class="mockup" href="">Tone 1</a><br class="mockup"/>
<a class="mockup" href="">Tone 2</a>
</p>
</card>
</wml>
I get this error:
org.xml.sax.SAXException: Stopping after fatal error: The attribute
declaration for "xml:space" must be given as an enumerated type whose
only possible values are "default" and "preserve".
If I validate the document against the DTD by hand, it validates cleanly.
Is there a way I can use the wml1.3 dtd with XMLC?
-Justin
message-footer.txt
(text/plain, 269 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws