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/06/21 21:42:28 UTC

cvs commit: xml-xalan/test/tests/conf/mdocs mdocs05.xsl mdocs05.xml

dmarston    01/06/21 12:42:28

  Modified:    test/tests/conf/mdocs mdocs05.xsl mdocs05.xml
  Log:
  Remove extraneous string manipulation
  
  Revision  Changes    Path
  1.2       +0 -1      xml-xalan/test/tests/conf/mdocs/mdocs05.xsl
  
  Index: mdocs05.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/mdocs/mdocs05.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mdocs05.xsl	2000/12/17 18:47:20	1.1
  +++ mdocs05.xsl	2001/06/21 19:42:25	1.2
  @@ -10,7 +10,6 @@
   
   <xsl:template match="catalog">
     <out>
  -    <xsl:apply-templates select="id"/>
       <xsl:apply-templates select="document(pointer/urlref/@urlstr)/market.participant/business.identity.group/business.name"/>
       <xsl:apply-templates select="document('..\mdocs\compu.xml')/market.participant/address.set/*"/>
     </out>
  
  
  
  1.2       +0 -1      xml-xalan/test/tests/conf/mdocs/mdocs05.xml
  
  Index: mdocs05.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/mdocs/mdocs05.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mdocs05.xml	2000/12/17 18:47:20	1.1
  +++ mdocs05.xml	2001/06/21 19:42:26	1.2
  @@ -1,7 +1,6 @@
   <?xml version="1.0"?>
   
   <catalog>
  -	<id>123</id>
   	<pointer>
   		<urlref urlstr="compu.xml"/>
   	</pointer>
  
  
  

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