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:06 UTC

cvs commit: xml-xalan/test/tests/conf/string string130.xsl

dmarston    01/01/29 10:47:04

  Modified:    test/tests/conf/string string130.xsl
  Log:
  Filename of DTD will be case-sensitive on some platforms.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/test/tests/conf/string/string130.xsl
  
  Index: string130.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/string/string130.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- string130.xsl	2000/12/29 20:16:50	1.2
  +++ string130.xsl	2001/01/29 18:46:58	1.3
  @@ -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: string130 -->