goba Sat Feb 9 07:19:54 2002 EDT
Modified files:
/phpdoc/xsl bightml.xsl.in common.xsl html.xsl.in html-common.xsl
htmlhelp.xsl.in print.xsl.in
Log:
Adding XML declarations to XSL style sheet files
Index: phpdoc/xsl/bightml.xsl.in
diff -u phpdoc/xsl/bightml.xsl.in:1.1 phpdoc/xsl/bightml.xsl.in:1.2
--- phpdoc/xsl/bightml.xsl.in:1.1 Sun Jan 6 10:42:31 2002
+++ phpdoc/xsl/bightml.xsl.in Sat Feb 9 07:19:54 2002
@@ -1,8 +1,9 @@
+<?xml vedsion="1.0" encoding="iso-8859-1"?>
<!--
HTML specific stylesheet
- $Id: bightml.xsl.in,v 1.1 2002/01/06 15:42:31 hholzgra Exp $
+ $Id: bightml.xsl.in,v 1.2 2002/02/09 12:19:54 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Index: phpdoc/xsl/common.xsl
diff -u phpdoc/xsl/common.xsl:1.1 phpdoc/xsl/common.xsl:1.2
--- phpdoc/xsl/common.xsl:1.1 Sun Jan 27 10:41:03 2002
+++ phpdoc/xsl/common.xsl Sat Feb 9 07:19:54 2002
@@ -1,8 +1,9 @@
+<?xml vedsion="1.0" encoding="iso-8859-1"?>
<!--
Common customizations for all formats
- $Id: common.xsl,v 1.1 2002/01/27 15:41:03 hholzgra Exp $
+ $Id: common.xsl,v 1.2 2002/02/09 12:19:54 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Index: phpdoc/xsl/html.xsl.in
diff -u phpdoc/xsl/html.xsl.in:1.2 phpdoc/xsl/html.xsl.in:1.3
--- phpdoc/xsl/html.xsl.in:1.2 Sat Feb 2 09:22:29 2002
+++ phpdoc/xsl/html.xsl.in Sat Feb 9 07:19:54 2002
@@ -1,8 +1,9 @@
+<?xml vedsion="1.0" encoding="iso-8859-1"?>
<!--
HTML specific stylesheet
- $Id: html.xsl.in,v 1.2 2002/02/02 14:22:29 hholzgra Exp $
+ $Id: html.xsl.in,v 1.3 2002/02/09 12:19:54 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Index: phpdoc/xsl/html-common.xsl
diff -u phpdoc/xsl/html-common.xsl:1.4 phpdoc/xsl/html-common.xsl:1.5
--- phpdoc/xsl/html-common.xsl:1.4 Sun Jan 27 10:41:03 2002
+++ phpdoc/xsl/html-common.xsl Sat Feb 9 07:19:54 2002
@@ -1,8 +1,9 @@
+<?xml vedsion="1.0" encoding="iso-8859-1"?>
<!--
Common HTML customizations
- $Id: html-common.xsl,v 1.4 2002/01/27 15:41:03 hholzgra Exp $
+ $Id: html-common.xsl,v 1.5 2002/02/09 12:19:54 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.1 phpdoc/xsl/htmlhelp.xsl.in:1.2
--- phpdoc/xsl/htmlhelp.xsl.in:1.1 Sun Jan 6 10:42:31 2002
+++ phpdoc/xsl/htmlhelp.xsl.in Sat Feb 9 07:19:54 2002
@@ -1,8 +1,9 @@
+<?xml vedsion="1.0" encoding="iso-8859-1"?>
<!--
HTML Help specific stylesheet
- $Id: htmlhelp.xsl.in,v 1.1 2002/01/06 15:42:31 hholzgra Exp $
+ $Id: htmlhelp.xsl.in,v 1.2 2002/02/09 12:19:54 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Index: phpdoc/xsl/print.xsl.in
diff -u phpdoc/xsl/print.xsl.in:1.1 phpdoc/xsl/print.xsl.in:1.2
--- phpdoc/xsl/print.xsl.in:1.1 Sun Jan 6 10:42:31 2002
+++ phpdoc/xsl/print.xsl.in Sat Feb 9 07:19:54 2002
@@ -1,8 +1,9 @@
+<?xml vedsion="1.0" encoding="iso-8859-1"?>
<!--
Print specific stylesheet
- $Id: print.xsl.in,v 1.1 2002/01/06 15:42:31 hholzgra Exp $
+ $Id: print.xsl.in,v 1.2 2002/02/09 12:19:54 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"