You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/10/05 21:24:47 UTC

cvs commit: xml-xalan/test/tests/conf/namespace incnamespace113.xsl namespace113.xsl

dmarston    01/10/05 12:24:47

  Modified:    test/tests/conf/namespace namespace113.xsl
  Added:       test/tests/conf/namespace incnamespace113.xsl
  Log:
  Change namespace113a to incnamespace113 to please the automated testing.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/namespace/namespace113.xsl
  
  Index: namespace113.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace113.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace113.xsl	2001/10/04 22:24:08	1.1
  +++ namespace113.xsl	2001/10/05 19:24:47	1.2
  @@ -10,7 +10,7 @@
   <!-- Creator: Gary L Peskin, based on test case from Jens Lautenbacher -->
   <!-- Purpose: Verify that namespace-alias is honored in included stylesheets. -->
   
  -   <xsl:include href="namespace113a.xsl"/>
  +   <xsl:include href="incnamespace113.xsl"/>
      <xsl:namespace-alias stylesheet-prefix="ixsl" result-prefix="xsl"/>
   
   <xsl:template match="/"> 
  
  
  
  1.1                  xml-xalan/test/tests/conf/namespace/incnamespace113.xsl
  
  Index: incnamespace113.xsl
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <xsl:stylesheet version="1.0"
       xmlns:ixsl="http://www.w3.org/1999/XSL/TransformAlias"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  <!-- FileName: incnamespace113 -->
  <!-- Purpose: Included stylesheet for test case namespace113. -->
  
  <xsl:template match="gen_a">
    <ixsl:template>
      <xsl:attribute name="match"><xsl:value-of select="@name"/></xsl:attribute>
      <ixsl:text>Recognized <xsl:value-of select="@name"/></ixsl:text>
    </ixsl:template>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  

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