RE: [xsl] Generating point-numbered footnotes in MS Word with XSL

Subject: RE: [xsl] Generating point-numbered footnotes in MS Word with XSL
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 7 Feb 2007 22:38:15 -0000
> I'm trying to write an XSL stylesheet (version 1.0) that will 
> fix a footnote numbering problem I'm experiencing in MS Word 
> 2003. When you save a regular Word file as XML you have the 
> opportunity to apply a XSL Transform on it as you save, 
> although I'm not sure which processor Word uses, I suspect 
> its Sablotron of Libxslt.

I would have thought it was almost certainly MSXMLn: you can always find out
by doing

<xsl:comment><xsl:value-of
select="system-property('xsl:vendor')"/></xsl:comment>

Michael Kay
http://www.saxonica.com/

Current Thread