[xquery-talk] xsl:message? How to debug?

Martin Probst martin at x-hive.com
Mon Nov 21 17:40:05 PST 2005


Hi,

> Is there an equivalent of xsl:message please,
> to produce debug output?

There is fn:trace($val, $something). The $something serves as a label
where the debug info should go and is implementation dependant. Be
careful as many processors optimise unused code away.

Martin Probst



More information about the talk mailing list