You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/01/04 13:41:34 UTC

cvs commit: xml-forrest/src/resources/library/xslt site2book.xsl

jefft       2003/01/04 04:41:34

  Modified:    src/documentation/content/xdocs Tag: LINKMAP_BRANCH site.xml
               src/resources/library/xslt Tag: LINKMAP_BRANCH site2book.xsl
  Log:
  Re-add the namespace, so people can at least extend the format if they need to
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.4   +1 -1      xml-forrest/src/documentation/content/xdocs/Attic/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/Attic/site.xml,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- site.xml	4 Jan 2003 03:14:40 -0000	1.2.2.3
  +++ site.xml	4 Jan 2003 12:41:34 -0000	1.2.2.4
  @@ -1,4 +1,4 @@
  -<site label="Forrest" href="">
  +<site label="Forrest" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
   
     <about label="About">
       <index label="Index" href="index.html"/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      xml-forrest/src/resources/library/xslt/Attic/site2book.xsl
  
  Index: site2book.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/library/xslt/Attic/site2book.xsl,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- site2book.xsl	26 Dec 2002 14:36:12 -0000	1.1.2.1
  +++ site2book.xsl	4 Jan 2003 12:41:34 -0000	1.1.2.2
  @@ -6,7 +6,7 @@
   isn't a major problem.
   -->
   
  -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:f="http://apache.org/forrest/linkmap/1.0" exclude-result-prefixes="f">
   
     <xsl:param name="path"/>
     <xsl:output doctype-system="book-cocoon-v10.dtd" doctype-public="-//APACHE//DTD Cocoon Documentation Book V1.0//EN"/>
  @@ -15,7 +15,7 @@
       <xsl:apply-templates/>
     </xsl:template>
   
  -  <xsl:template match="site">
  +  <xsl:template match="f:site">
       <book software="Forrest"
         title="Apache Forrest"
         copyright="2002 The Apache Software Foundation">