- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 05:39:55 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv32500
Modified Files:
latin1-conv.xsl
Log Message:
HTML output
Index: latin1-conv.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/latin1-conv.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** latin1-conv.xsl 4 Aug 2004 14:58:39 -0000 1.1
--- latin1-conv.xsl 2 Aug 2005 05:39:53 -0000 1.2
***************
*** 7,13 ****
<xsl:output
! method="xml"
encoding="iso-8859-1"
! omit-xml-declaration="no"/>
<xsl:template match="/">
--- 7,14 ----
<xsl:output
! method="html"
encoding="iso-8859-1"
! doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
! omit-xml-declaration="yes"/>
<xsl:template match="/">
Received on Tuesday, 2 August 2005 05:39:58 UTC