Office uses MSXML5 for manipulating XML.
Joe
From: "Michael Kay" <mike(_at_)saxonica(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject: RE: [xsl] 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/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--