[Home] [By Thread] [By Date] [Recent Entries]
On Dec 21, 2004, at 12:48 PM, David Carlisle wrote:
Are you sure you're not writing out in some microsoft specific encoding? It must be the mail programs or something. I'm using Saxon 8 with utf-8 output. I don't use any MS software.. Do you have any thoughts about the best design approach to this intermediate (xhtml) representation to make output transformation to other targets easiest? The formatting is specified in the non-xsl config file like: <title font-weight="bold" font-style="italic">
<suffix>, </suffix>
</title>Hmm, so maybe I ought to use the above largely unodified (though maybe in another namespace?) as the intermediate so that I get: <title font-weight="bold" font-style="italic">Some Title</title> .... and then from there to the final output? Incidentally, I'm realizing that XSLT 2.0's unparsed-text() functions and reg-exp support means that this could theoretically be extended to handle TeX input documents. Damn, that's cool! Still, I'm afraid I'll have to pass on trying to figure out exactly how you did that, much less how to parse it ;-) Bruce
|

Cart



