xsl-list
[Top] [All Lists]

Re: [xsl] __LINE__ equivalent in XSTL

2011-12-02 06:55:53
On 2 December 2011 12:43, Bartolomeo Nicolotti 
<bnicolotti(_at_)siapcn(_dot_)it> wrote:
Hello,

I needo to put a comment like this

(line 1234)  <xsl:comment>line 1234 X=<xsl:value-of select="X" />

then I write  the translated xml to a log and when i'll go to check it
in case of need I know

1) the line has been executed
2) the value of X at that line

You can use <xsl:message select="  blah "/> and put in as much or as
little information as you need to find out where it came from.
Sometimes I use the advanced technique of temporarily adding XX, YY,
ZZ to various places....  :)





-- 
Andrew Welch
http://andrewjwelch.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>
--~--