Skip to main content
1-Visitor
September 14, 2018
Question

Correct entity for special characters in the SGML-files

  • September 14, 2018
  • 1 reply
  • 1220 views

Is it possible, that Arbortext Editor 7.0 M060 save the correct entity for special characters in the SGML-files, like:

<!ENTITY sim SDATA "[sim ]" --/sim R:=similar-->

and not like this:

<?Pub EntList alpha bull copy rArr sect trade percnt sim>

    This topic has been closed for replies.

    1 reply

    16-Pearl
    September 14, 2018

    Quick question - is it possible that the entity (or entities) in question are defined in an external DTD that is referenced by your SGML documents? If so, I don't think the entities would be embedded in the document as they are in the external DTD. What you've shown looks like an internal DTD subset.

    If you want these entities embedded for use by external tools or downstream consumers than they should use an SGML parser for these documents. The SGML parser will read the associated DTD so the full set of entities are available.