Notice: The following part of this section is typeset in two-column mode in the original form of this document. Refer to the PDF or Postscript formats of this document in order to see the original version. |
Highlighting XML code is straight forward. The only thing you have to do is setting the type option of the '\sourcebegin' or '\sourceinput' commands to xml. Therefore this section is merely a demonstration of how a '.xml' file will look like.
<?xml version="1.0"?> <?xgilf time-stamp="2F3A"?> <!ENTITY test "and here we go"> <!ATTLIST xgilf lib type #REQUIRED> <!-- a comment --> <xgilf> <!-- BEGIN RolEdd --> <name>Roland < {} test</name> <name>Edda, Ms. €</name> <!-- END RolEdd --> <!-- another comment --> <empty att="1234" /> </xgilf> |
<name>Roland < {} test</name> <name>Edda, Ms. €</name> |