proportions CDATA #REQUIRED
################ thd DTD #######################
<?xml version="1.0" encoding="UTF-8" ?>
ELEMENT map (street)
ATTLIST map
>
ELEMENT street(#PCDATA)
The SAXParseException I get states that there should be a space between 'street' and '(#PCDATA)'. After adding this space, the program runs without errors.
Thanks !! This was the reason. I didn't know that I have to catch this Exception...
greets Boris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]