xsl-list
[Top] [All Lists]

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

2010-08-18 14:22:51
David Carlisle wrote:

You need to serialise the element to a string (either using
a template usineg &lt;<xsl:value-of select="name()"/>.... or an
extension such as saxon:serialize().

...or a serializer written in plain XSLT:

    http://code.google.com/p/xlibs/source/browse/serial/trunk

  Regards,

-- 
Florent Georges
http://fgeorges.org/



      


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