You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by kp...@apache.org on 2002/09/16 23:28:42 UTC

cvs commit: xml-cocoon2/tools/src check-jars.xsl

kpiroumian    2002/09/16 14:28:41

  Modified:    tools/src check-jars.xsl
  Log:
  Fixed: added doctype declaration output.
  
  Revision  Changes    Path
  1.6       +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
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- check-jars.xsl	3 Jun 2002 10:19:06 -0000	1.5
  +++ check-jars.xsl	16 Sep 2002 21:28:41 -0000	1.6
  @@ -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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org