You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2004/02/10 20:14:20 UTC

cvs commit: xml-xalan/test/tests/extensions/java javaBugzilla3722.xsl javaElem01.xsl javaRedir1.xsl javaRedir2.xsl javaSample4.xsl

jycli       2004/02/10 11:14:20

  Modified:    test/tests/extensions/java javaBugzilla3722.xsl
                        javaElem01.xsl javaRedir1.xsl javaRedir2.xsl
                        javaSample4.xsl
  Log:
  Applying Joanne Tone's (joannet@ca.ibm.com) patch
  
  Update extension test cases. Those cases must declare the prefix
  associated with the Xalan extension namespace in the exclude-result-prefixes,
  then the gold output would be right to suppress the namespace
  
  Revision  Changes    Path
  1.3       +1 -0      xml-xalan/test/tests/extensions/java/javaBugzilla3722.xsl
  
  Index: javaBugzilla3722.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions/java/javaBugzilla3722.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- javaBugzilla3722.xsl	29 Oct 2001 15:40:32 -0000	1.2
  +++ javaBugzilla3722.xsl	10 Feb 2004 19:14:20 -0000	1.3
  @@ -3,6 +3,7 @@
                   xmlns:lxslt="http://xml.apache.org/xslt"
                   xmlns:bug3722="javaBugzilla3722-namespace"
                   extension-element-prefixes="bug3722"
  +                exclude-result-prefixes="lxslt"
                   version="1.0">
   
     <lxslt:component prefix="bug3722"
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/extensions/java/javaElem01.xsl
  
  Index: javaElem01.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions/java/javaElem01.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javaElem01.xsl	19 Oct 2001 02:15:54 -0000	1.1
  +++ javaElem01.xsl	10 Feb 2004 19:14:20 -0000	1.2
  @@ -3,7 +3,8 @@
       version="1.0"
       xmlns:lxslt="http://xml.apache.org/xslt"
       xmlns:javaElem="javaElem01"
  -    extension-element-prefixes="javaElem">
  +    extension-element-prefixes="javaElem"
  +    exclude-result-prefixes="lxslt">
   
     <lxslt:component prefix="javaElem" 
           elements="putString putBoolean putDouble putNode" functions="getCounter">
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/extensions/java/javaRedir1.xsl
  
  Index: javaRedir1.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions/java/javaRedir1.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javaRedir1.xsl	8 Aug 2001 13:30:59 -0000	1.1
  +++ javaRedir1.xsl	10 Feb 2004 19:14:20 -0000	1.2
  @@ -2,7 +2,8 @@
       version="1.0"
       xmlns:lxslt="http://xml.apache.org/xslt"
       xmlns:redirect="org.apache.xalan.lib.Redirect"
  -    extension-element-prefixes="redirect">
  +    extension-element-prefixes="redirect"
  +    exclude-result-prefixes="lxslt">
   
   <!-- Copied from xml-xalan/java/samples/extensions/1-redir.xsl -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/extensions/java/javaRedir2.xsl
  
  Index: javaRedir2.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions/java/javaRedir2.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javaRedir2.xsl	29 Nov 2001 19:26:51 -0000	1.1
  +++ javaRedir2.xsl	10 Feb 2004 19:14:20 -0000	1.2
  @@ -2,7 +2,8 @@
       version="1.0"
       xmlns:lxslt="http://xml.apache.org/xslt"
       xmlns:redirect="org.apache.xalan.lib.Redirect"
  -    extension-element-prefixes="redirect">
  +    extension-element-prefixes="redirect"
  +    exclude-result-prefixes="lxslt">
   
   
   <!-- Testing redirect:write append="" attribute -->
  
  
  
  1.2       +1 -0      xml-xalan/test/tests/extensions/java/javaSample4.xsl
  
  Index: javaSample4.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions/java/javaSample4.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javaSample4.xsl	8 Aug 2001 13:30:59 -0000	1.1
  +++ javaSample4.xsl	10 Feb 2004 19:14:20 -0000	1.2
  @@ -3,6 +3,7 @@
                   xmlns:lxslt="http://xml.apache.org/xslt"
                   xmlns:counter="MyCounter"
                   extension-element-prefixes="counter"
  +                exclude-result-prefixes="lxslt"
                   version="1.0">
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org