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

Subject: Re: [xsl] Problem running a 2.0 transformation with JAXP
From: Owen Rees <owen.rees@xxxxxx>
Date: Thu, 20 Mar 2008 09:05:06 +0000
--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

Current Thread