in reply to Re^2: MathML 2 ascii?
in thread MathML 2 ascii?

The original post said that the MathML units code was just a small part of a much larger technical specification document, so something like XPath or XML::Twig will be required to extract it. I don't suppose you would want to write an XSLT translation specification for the entire document just to get the units.

Replies are listed 'Best First'.
Re^4: MathML 2 ascii?
by Aristotle (Chancellor) on Jan 26, 2005 at 17:08 UTC

    You can easily write an XSLT transformation that processes only a small part of its input. For those parts the OP wants to process he still needs to traverse the full sub-structure, though.

    Makeshifts last the longest.