xhtmltools-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xhtmltools-cvs] xhtmltools xhtml2html.xsl


From: Jaime E. Villate
Subject: [Xhtmltools-cvs] xhtmltools xhtml2html.xsl
Date: Wed, 07 Nov 2001 17:18:19 -0500

CVSROOT:        /cvsroot/xhtmltools
Module name:    xhtmltools
Changes by:     Jaime E. Villate <address@hidden>       01/11/07 17:18:19

Modified files:
        .              : xhtml2html.xsl 

Log message:
        Added copyright notice.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/xhtmltools/xhtmltools/xhtml2html.xsl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: xhtmltools/xhtml2html.xsl
diff -u xhtmltools/xhtml2html.xsl:1.1 xhtmltools/xhtml2html.xsl:1.2
--- xhtmltools/xhtml2html.xsl:1.1       Wed Oct 24 16:32:00 2001
+++ xhtmltools/xhtml2html.xsl   Wed Nov  7 17:18:19 2001
@@ -1,6 +1,27 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">
 <!ENTITY copy "&#169;">]>
+
+<!-- Style-sheet to produce HTML output from XHTML
+ $Id: xhtml2html.xsl,v 1.2 2001/11/07 22:18:19 villate Exp $
+
+ Copyright (C) Jaime Villate <address@hidden>, 2001
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+-->
+
 <xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 <xsl:output method="html"
@@ -9,7 +30,6 @@
        doctype-system="http://www.w3.org/TR/REC-html40/loose.dtd";
        indent="yes"
 />
-<!-- $Id: xhtml2html.xsl,v 1.1 2001/10/24 20:32:00 villate Exp $ -->
 
 <xsl:template match="@*|node()" priority="-1">
   <xsl:copy>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]