On Fri, 19 May 2006 22:30:20 +0200, Hans Hagen
nico wrote:
On Thu, 18 May 2006 22:02:03 +0200, Hans Hagen
wrote: Just a question about the ctx file as described in the doc: does it mean that every XML file is processed first by 'openmath' and then 'mathadore'?
If so, why not using the xsltproc piping, avoiding the intermediate .om files?
i'm not aware of piping ... how does the command look then?
Thinking a bit about this, you could avoid using two passes, by merging
both stylesheets. The only limitation is the need of the node-set EXSL
function (but available in xsltproc by default).
Simple example:
The main stylesheet (say, x-openmath.xsl):
<?xml version="1.0" encoding="utf-8"?>