Subject: RE: Generating point-numbered footnotes in MS Word with XSL
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Thu, 08 Feb 2007 08:15:49 +0000
|
Sorry, should have said Office running on Windows uses MSXML5 for
manipulating XML.
Joe
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Generating point-numbered footnotes in MS Word with XSL
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/
|