xsl-list
[Top] [All Lists]

RE: [xsl] debug stylesheet,str:tokenize issue

2009-03-19 09:30:36
How to debug stylesheet for checking value of 
variables,params(like 'printf' statements in C)?
I tried using '<xsl:message>',but that message was not 
displayed even though it was in the code flow.

xsl:message is the usual way, but where the output goes depends on your
processing environment.

If you're running in the browser, then the first rule is: don't try to debug
by running in the browser.

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>