Saxon 9.1.0.8 , traces, and variables.
Please register to reply
Added by Anonymous over 13 years ago
Legacy ID: #10006444 Legacy Poster: bizon (super_bizon)
Hello all, How can I get value of an element , for example, [code]<xsl:element name="Time"> <xsl:value-of select="substring(string(current-time()), 1, 5)"/> </xsl:element>[/code] when I try to debug xslt transformation in Java by attaching TraceListener to the net.sf.saxon.Controller ?
Please register to reply