Hello, I'm trying to parse a SMIL1.0 dtd using xerces 2.7.0. I'm getting the following exception: SMILMessage::parse: SAX Parse Error parsing the xml file: Expected comment or CDATA SMILMessage::parse: Line: 18 SMILMessage::parse: Column: 2
This has worked previously in a different environment which was using xerces 2.4.0 (even though I cannot confirm now that switching back solves this due to incompatabilities of operating systems). The SMIL file looks like below where the error seem to occur on the id-attr definition. I'm really really puzzled here and would appreciate any help! -- cut -- <!-- This is the XML document type definition (DTD) for SMIL 1.0. Date: 1998/06/15 08:56:30 Authors: Jacco van Ossenbruggen <jrvo...@cwi.nl> Sjoerd Mullender <sjo...@cwi.nl> Further information about SMIL is available at: http://www.w3.org/AudioVideo/ --> <!-- Generally useful entities --> <!ENTITY % id-attr "id ID #IMPLIED"> <!ENTITY % title-attr "title CDATA #IMPLIED"> <!ENTITY % skip-attr "skip-content (true|false) 'true'"> <!ENTITY % desc-attr " %title-attr; abstract CDATA #IMPLIED author CDATA #IMPLIED copyright CDATA #IMPLIED "> -- cut -- -- View this message in context: http://www.nabble.com/Problem-parsing-SMIL1.0-using-xerces-2.7.0.-tp21610996p21610996.html Sent from the Xerces - C - Users mailing list archive at Nabble.com.