xsl-list
[Top] [All Lists]

Re: [xsl] commenting an XML element [XSLT 1.0][xsltproc]

2010-08-18 06:35:05
Wolfgang Laun wrote:
Shouldn't there be an fn:data() wrapping the '.' in <xsl:value-of
select="."/> for a text() node?

xsltproc does XSLT 1.0 so fn:data does not even exist in that context. And text nodes do not really have typed values anyway so I am not sure why you suggest 'data' or why you think it helps.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

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