[XML-SIG] problem with validating parser

Lars Marius Garshol larsga@garshol.priv.no
04 Aug 2000 09:45:27 +0200


* Alexandre Fayolle
| 
| xml.sax.saxlib.SAXParseException: One of EMPTY, ANY or '(' expected at
| Unknown:2:42                                                
| 
| Column 42 is just after the closing '>' on line 2, I cannot see why
| I should open a bracket or put EMPTY or ANY at this point of my
| file. What am I missing ?

Whatever the real problem may be, the parser claims to have found a
syntax error there. Could you show us the first 3-4 lines of your DTD?

--Lars M.