xsl-list
[Top] [All Lists]

Re: [xsl] Problem running a 2.0 transformation with JAXP

2008-03-20 02:07:50
--On 20 March 2008 14:19 +0530 Mukul Gandhi wrote:

Can somebody please give me some hint to solve this ...

Put the xsl:variable elements inside the template so that you can put an xsl:message before them to print out the values of the parameters. The error message suggests that the unparsed-text function is not getting the value you think you are giving it so it will help to know exactly what the function is getting.

Alternatively if you have a suitable Java debugging environment you can put a breakpoint on the method that implements unparsed-text (as listed in the stacktrace) to see exactly what value it is being passed.

--
Owen Rees; speaking personally, and not on behalf of HP.
========================================================
Hewlett-Packard Limited.   Registered No: 690597 England
Registered Office:  Cain Road, Bracknell, Berks RG12 1HN

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