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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to