Open main menu

Changes

181 bytes added ,  18:13, 21 December 2022
no edit summary
= Processing XML files =
To process an a file <code>xml.xml</code> file with style definitions in <code>xmlstyle.ctextex</code> you can make a file <code>xml.ctx</code> file that says:
<xmlcode>
<ctx:process>
<ctx:resources>
<ctx:environment>xmlstyle.ctextex</ctx:environment>
</ctx:resources>
</ctx:process>
</xmlcode>
and If you include a directive into the file <code>xml.xml</code> <xmlcode><?context-directive job ctxfile xml.ctx ?></xmlcode>  you can process your xml file directly runwith the command texexec <code>context xml.xml</code>
[[Category:XML]]
gardener
112

edits