You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/11/19 05:20:07 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/transformers i18n-transformer.xml

crossley    2002/11/18 20:20:07

  Modified:    tools/src check-jars.xsl
               src/documentation/xdocs/link hosting.xml
               src/documentation/xdocs/userdocs/transformers
                        i18n-transformer.xml
  Log:
  Ensure that the xdocs have valid default systemId declaring their DTD, to help
  with validation and editing tools that do not yet use a catalog entity resolver.
  
  Revision  Changes    Path
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- check-jars.xsl	16 Sep 2002 21:28:41 -0000	1.6
  +++ check-jars.xsl	19 Nov 2002 04:20:07 -0000	1.7
  @@ -16,7 +16,7 @@
     version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
  -  <xsl:output indent="yes" method="xml" doctype-public="-//APACHE//DTD Documentation V1.0//EN" doctype-system="document-v10.dtd" />
  +  <xsl:output indent="yes" method="xml" doctype-public="-//APACHE//DTD Documentation V1.0//EN" doctype-system="../dtd/document-v10.dtd" />
   
     <xsl:strip-space elements="*" />
   
  
  
  
  1.4       +1 -1      xml-cocoon2/src/documentation/xdocs/link/hosting.xml
  
  Index: hosting.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/link/hosting.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hosting.xml	23 Jul 2002 15:48:29 -0000	1.3
  +++ hosting.xml	19 Nov 2002 04:20:07 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
  +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../dtd/document-v10.dtd">
   
   <document>
    <header>
  
  
  
  1.4       +1 -1      xml-cocoon2/src/documentation/xdocs/userdocs/transformers/i18n-transformer.xml
  
  Index: i18n-transformer.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/transformers/i18n-transformer.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- i18n-transformer.xml	24 Sep 2002 17:04:11 -0000	1.3
  +++ i18n-transformer.xml	19 Nov 2002 04:20:07 -0000	1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd">
  +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../../dtd/document-v10.dtd">
   
   <document>
   	<header>
  
  
  

----------------------------------------------------------------------
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