Subject:tree view parsing error: Expected entity name for reference ... Author:John Accardi Date:15 Dec 2006 08:48 AM
Working with the content.mod part of the content.dtd from the DITA OpenTook Kit (1.3) .... attached ...
Going to tree view invokes the parser which complains:
Parsing error in file: ..../concept.mod:
Expected entity name for reference (line 90, column 34)
Which, I believe, highlights:
<!ELEMENT concept ((%title;), (%titlealts;)?,
^
What is the specific problem/fix I need? Is it because it is looking
for an entity that is in another file (content.end). (The content.dtd
of DITA is broken down in 3 parts: content.dtd, content.mod, content.ent. Must it all be in one file for the SS parser to deal with it?
Also, this is well used standard infotype for current DITA...
Is it incorrect, or is the SS parser confused?