Coloring xml nodes
Hello!
I use Java (the plugin is made) for modifying the content of the opened XML/SGML files (Arbortext 5.2).
How should I modify the color of the nodes (I mean programming mode)?
As far as I'm concerned, the usage of _font nodes is forbidden (a-la <_font>text). At least it leads to errors in SGML.
Then we should use processing instructions (PI). How should we create them?
The standard Java DOM method createProcessingInstruction() does not work when we deal with SGML.
I think that it's because of the different format of PIs in SGML and XML.
Should we use Acl OID commands/functions?

