DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6422>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6422 When using xml:space="preserve" on templates , parameters dont seem to pass in correct Summary: When using xml:space="preserve" on templates , parameters dont seem to pass in correct Product: XalanJ2 Version: 2.2.0 Platform: PC URL: None OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When applying or calling a template that has xml:space="preserve" on it and passing parameters in , the parameters seem to not pass to the template correct Attached to this bug are 2 files 1. in.xml - the input xml file 2. xsl.xsl - the xsl file in xsl.xsl there is a template: <xsl:template match="match-this" xml:space="preserve"> when running the command line with in.xml as input and xsl.xsl as XSL you get An Error, (Location of error unknown)XSLT Error org.apache.xpath.XPathException): Can not convert #STRING to a NodeList! when changing that template to read <xsl:template match="match-this" xml:space="default"> it works as i expected it to work
