PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3343

*** shadow/3343 Wed Aug 29 12:25:23 2001
--- shadow/3343.tmp.5861        Wed Aug 29 12:25:23 2001
***************
*** 0 ****
--- 1,67 ----
+ +============================================================================+
+ | xsltc fails conf test lre02 with lre missing                               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3343                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: org.apache.xalan.xsltc  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                     |
+ |  Reported By: [EMAIL PROTECTED]                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ This must be a recent regression. Other than the xml declaration, xsltc 
+ doesn't output anything. The following test session illustrates the problem:
+ 
+ Running xalan on lre02
+ <?xml version="1.0" encoding="UTF-8"?>
+ <out xmlns:ped="http://tester.com"; xmlns="www.lotus.com" english="to leave"/>
+ 
+ 
+ Running XSLTC with Xerces Parser on lre02
+ <?xml version="1.0" encoding="utf-8" ?>
+ 
+ 
+ 
+ cat lre02.xsl
+ <?xml version="1.0"?>
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
+       xmlns:java="http://xml.apache.org/xslt/java";
+         xmlns:ped="http://tester.com";
+         xmlns:jad="http://administrator.com";
+         xmlns="www.lotus.com"
+       exclude-result-prefixes="java jad #default">
+ 
+   <!-- FileName: lre02 -->
+   <!-- Document: http://www.w3.org/TR/xslt -->
+   <!-- DocVersion: 19991116 -->
+   <!-- Section: 7.1.1 Literal Result Elements-->
+   <!-- Creator: Paul Dick -->
+   <!-- Purpose: Test exclusion of prefixes specified as xsl:stylesheet
+ attribute. -->
+   <!-- Elaboration: The created element node will also have a copy of the
+ namespace nodes 
+        that were present on the element node in the stylesheet tree with the
+ exception 
+        of any namespace node whose string-value is the XSLT namespace URI, a
+ namespace 
+        URI declared as an extension namespace, or a namespace URI designated as
+ an 
+        excluded namespace. (Can't exclude namespaces that are used, however.)
+ -->
+ 
+ <xsl:template match="doc">
+   <out english="to leave"/>
+ </xsl:template>
+ 
+ </xsl:stylesheet>
+ 
+   
+ cat lre02.xml
+ <?xml version="1.0"?>
+ <doc>
+ </doc>

Reply via email to