[ http://issues.apache.org/jira/browse/XALANJ-1909?page=all ] Brian Minchau resolved XALANJ-1909: -----------------------------------
Fix Version: 2.7 Resolution: Fixed Resolving this issue. Some other bugs were fixed for tracing between 2.6 and 2.7 and caused this one to be fixed. I've verified that the text is not lost for 2.7. Patrick, please verify that this is fixed for you in 2.7 and close it. Thanks, Brian > Trace Selection Event (-TS) interferes with output > -------------------------------------------------- > > Key: XALANJ-1909 > URL: http://issues.apache.org/jira/browse/XALANJ-1909 > Project: XalanJ2 > Type: Bug > Components: Trace-facility > Versions: 2.6 > Environment: Operating System: Other > Platform: Sun > Reporter: Patrick Sweeney > Fix For: 2.7 > > data > <?xml version="1.0" encoding="UTF-8" ?> > <root>data-is-here</root> > xsl > <?xml version="1.0" encoding="UTF-8" ?> > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > <xsl:output method="html" version="1.0" /> > <xsl:template match="/"> > <html> > <body> > <xsl:value-of select="/root[1]" /> > </body> > </html> > </xsl:template> > </xsl:stylesheet> > command line > java org.apache.xalan.xslt.Process -IN c.xml -XSL c.xsl -OUT c.html > produces the correct result > <html> > <body>data-is-here</body> > </html> > adding -TS to the above command line incorrectly produces > <html> > <body></body> > </html> > -TS should not have this side effect > see also http://www.biglist.com/lists/xsl-list/archives/200311/msg01097.html > I looked here but did not see the bug reported -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]