xsl-list
[Top] [All Lists]

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

2007-02-07 15:38:40
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>
--~--