xsl-list
[Top] [All Lists]

RE: [xsl] position() question

2008-09-26 08:11:56
The "solution" to the problem is either:

a) tell the Microsoft parser not strip the whitespace only text nodes

or

b) be more explicit in the apply-templates call to only 
process elements eg <xsl:apply-templates select="*"/>

or (c) tell all processors that you aren't interested in the whitespace by
using <xsl;strip-space elements="*"/>

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>
--~--

<Prev in Thread] Current Thread [Next in Thread>