[ http://nagoya.apache.org/jira/browse/XALANJ-1909?page=history ]
Henry Zongaro updated XALANJ-1909:
----------------------------------
Priority: Major (was: Blocker)
Bugzilla Id: (was: 30129)
Priorty was inadvertently changed to "Blocker." Priority in bugzilla was
"normal," but there is no such priority in Jira, so I'm changing it to "Major."
> Trace Selection Event (-TS) interferes with output
> --------------------------------------------------
>
> Key: XALANJ-1909
> URL: http://nagoya.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
>
> 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://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]