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/03 23:59:58 UTC

cvs commit: xml-xalan/test/tests/conf/position position76.xsl position76.xml

dmarston    01/10/03 14:59:58

  Modified:    test/tests/conf/position position76.xsl position76.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/position/position76.xsl
  
  Index: position76.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/position/position76.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- position76.xsl	2000/12/29 20:01:32	1.2
  +++ position76.xsl	2001/10/03 21:59:58	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="name(namespace::*[1])"/></out>
   </xsl:template>
   
  -<xsl:template match="item">
  -  <xsl:value-of select="name(namespace::*[1])"/>
  -</xsl:template>
  -
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +0 -1      xml-xalan/test/tests/conf/position/position76.xml
  
  Index: position76.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/position/position76.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- position76.xml	2000/12/15 22:37:36	1.1
  +++ position76.xml	2001/10/03 21:59:58	1.2
  @@ -1,4 +1,3 @@
   <?xml version="1.0"?> 
   <doc>
  -  <item xmlns:bdd="http://buster.com"/>
   </doc>
  
  
  

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