kpiroumian 2002/09/18 09:30:52
Modified: tools/src Tag: cocoon_2_0_3_branch check-jars.xsl
Log:
Fixed: added doctype declaration output.
Revision Changes Path
No revision
No revision
1.5.2.2 +4 -3 xml-cocoon2/tools/src/check-jars.xsl
Index: check-jars.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/tools/src/check-jars.xsl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- check-jars.xsl 9 Jun 2002 12:47:48 -0000 1.5.2.1
+++ check-jars.xsl 18 Sep 2002 16:30:52 -0000 1.5.2.2
@@ -16,7 +16,10 @@
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:output indent="yes"/>
+ <xsl:output indent="yes" method="xml" doctype-public="-//APACHE//DTD
Documentation V1.0//EN" doctype-system="document-v10.dtd" />
+
+ <xsl:strip-space elements="*" />
+
<xsl:param name="current-files"/>
<xsl:variable name="directory" select="document($current-files)"/>
@@ -45,8 +48,6 @@
<xsl:apply-templates select="$directory/jars" mode="appears-but-not-declared"/>
<!-- create the documentation -->
- <!-- FIXME: how can I get the doctype into the output? -->
- <!-- DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
"../dtd/document-v10.dtd" -->
<document>
<header>
<title>Cocoon JARs</title>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]