DTD parser bug or what ?
Hello all,
I am trying to create a structured application, starting from an EDD. When I select StructureTools > Save as DTD, the DTD is written but the console shows errors parsing the DTD. I tried to figure out why the errors appear but I don't see it.
EDD:
Element (Container): Index
General rule: IndexHeader, <TEXT>
DTD:
<!ELEMENT Index (IndexHeader, #PCDATA) >
But Frame's parser does not accept it. The message is "Expected an element name" and it points to #PCDATA.
The DTD was written, but parsing was aborted. I don't know what it means for my structured application that parsing was aborted. Will I run into problems when passing information to XML and back? Is there an obvious reason why the <TEXT> element is accepted in many occasions but not in the above definition? Is there something about DTDs that is handled in a non-standard way by Frame?
Jang
