[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Advice on dictionary conversion


Subject: Re: [xsl] Advice on dictionary conversion
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Wed, 19 Jan 2011 10:56:40 +0000

Important - if you for any reason change the Word file, keep the
original!!!!

The same applies if you use an online converter and then edit its output
by hand.
If there are ad-hoc changes to make during the process of up-conversion, I typically try to do these in a stylesheet as one of the phases of the transformation. This is where Wendell's technique of adding id attributes can come in handy. It's also about the only time I've used the XSLT feature of patterns base on id():

<xsl:template match="id('ABC123')">
<..../>
</xsl:template>

Michael Kay
Saxonica


Current Thread
Keywords