Difference between revisions of "Ctx"

From Wiki
Jump to navigation Jump to search
m (spam deleted)
(alternative)
Line 2: Line 2:
 
* [[manual:xmanipulate.pdf|Preprocessing source files, Manipulating graphics]]
 
* [[manual:xmanipulate.pdf|Preprocessing source files, Manipulating graphics]]
  
= Processing XML files =
+
It can be promising !
 
+
read  <a href=http://alternative.xbpn.info/>alternative</a>  
To process an <code>xml.xml</code> file with style definitions in <code>xml.ctex</code> you can make a <code>xml.ctx</code> file that says:
+
Goodbye
 
 
<xmlcode>
 
<?xml version='1.0' standalone='yes'?>
 
 
 
<ctx:job>
 
  <ctx:message>whatever you like</ctx:message>
 
  <ctx:preprocess/>
 
  <ctx:process>
 
      <ctx:resources>
 
          <ctx:environment>xml.ctex</ctx:environment>
 
      </ctx:resources>
 
  </ctx:process>
 
  <ctx:postprocess/>
 
</ctx:job>
 
</xmlcode>
 
 
 
and directly run
 
texexec xml.xml
 
 
 
[[Category:XML]]
 

Revision as of 14:21, 1 February 2007

See:

It can be promising ! read <a href=http://alternative.xbpn.info/>alternative</a> Goodbye