dmarston    01/10/03 14:58:09

  Modified:    test/tests/conf/namespace namespace28.xsl namespace28.xml
  Log:
  Simplify the structure to use just the built-in "xml" declaration.
  
  Revision  Changes    Path
  1.3       +2 -8      xml-xalan/test/tests/conf/namespace/namespace28.xsl
  
  Index: namespace28.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace28.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- namespace28.xsl   2000/12/29 19:52:21     1.2
  +++ namespace28.xsl   2001/10/03 21:58:09     1.3
  @@ -12,13 +12,7 @@
        The input should have only one namespace if you want consistent results 
across parsers. -->
   
   <xsl:template match="doc">
  -  <out>
  -    <xsl:apply-templates/>
  -  </out>
  +  <out><xsl:value-of select="local-name(namespace::*[1])"/></out>
   </xsl:template>
   
  -<xsl:template match="item">
  -  <xsl:value-of select="local-name(namespace::*[1])"/>
  -</xsl:template>
  -
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +0 -1      xml-xalan/test/tests/conf/namespace/namespace28.xml
  
  Index: namespace28.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace28.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace28.xml   2000/12/17 21:28:43     1.1
  +++ namespace28.xml   2001/10/03 21:58:09     1.2
  @@ -1,4 +1,3 @@
   <?xml version="1.0"?> 
   <doc>
  -  <item xmlns:bdd="http://buster.com"/>
   </doc>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to