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/01/29 19:47:51 UTC

cvs commit: xml-xalan/test/tests/conf/copy copy20.xsl copy19.xsl

dmarston    01/01/29 10:47:50

  Modified:    test/tests/conf/copy copy20.xsl copy19.xsl
  Log:
  Filename of DTD will be case-sensitive on some platforms.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/copy/copy20.xsl
  
  Index: copy20.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy20.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copy20.xsl	2001/01/11 21:50:16	1.1
  +++ copy20.xsl	2001/01/29 18:47:45	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
  -<!DOCTYPE HTMLlat1 SYSTEM "HTMLlat1.dtd">
  +<!DOCTYPE HTMLlat1 SYSTEM "htmllat1.dtd">
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
     <!-- FileName: copy20 -->
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/copy/copy19.xsl
  
  Index: copy19.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy19.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copy19.xsl	2001/01/11 21:50:16	1.1
  +++ copy19.xsl	2001/01/29 18:47:46	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
  -<!DOCTYPE HTMLlat1 SYSTEM "HTMLlat1.dtd">
  +<!DOCTYPE HTMLlat1 SYSTEM "htmllat1.dtd">
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
     <!-- FileName: copy19 -->