You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/06/12 21:46:18 UTC

cvs commit: xml-xalan/c/Tests/Dom2Dom dtod.xsl dtod.xml

pauldick    01/06/12 12:46:18

  Added:       c/Tests/Dom2Dom dtod.xsl dtod.xml
  Log:
  Test file for Dom2Dom.  Currently these are being found by the
  program in a hard-coded directory called dtod
  
  Revision  Changes    Path
  1.1                  xml-xalan/c/Tests/Dom2Dom/dtod.xsl
  
  Index: dtod.xsl
  ===================================================================
  <?xml version="1.0"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:import/>
  <xsl:output indent="yes"/>
  
  
    <!-- FileName: dtod -->
    <!-- Document: http://www.w3.org/TR/xpath -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 2.2 -->
    <!-- Purpose: Test for Dom exception. -->
  
  <xsl:template match="/">
    <out>
  	This is a test
    </out>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  
  1.1                  xml-xalan/c/Tests/Dom2Dom/dtod.xml
  
  Index: dtod.xml
  ===================================================================
  <?xml version="1.0"?> 
  <doc/>
  
  

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