You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/20 10:45:19 UTC

svn commit: r766622 - in /lenya/docu/modules/forrest: resources/schemas/document-v20.mod.rng resources/schemas/document-v20.rng xslt/addForrestNamespace.xsl xslt/forrestDocument202xhtml.xsl xslt/forrestDocument202xhtmlInclude.xsl xslt/toc.xsl

Author: andreas
Date: Mon Apr 20 08:45:18 2009
New Revision: 766622

URL: http://svn.apache.org/viewvc?rev=766622&view=rev
Log:
Updated namespace for forrest documents.

Modified:
    lenya/docu/modules/forrest/resources/schemas/document-v20.mod.rng
    lenya/docu/modules/forrest/resources/schemas/document-v20.rng
    lenya/docu/modules/forrest/xslt/addForrestNamespace.xsl
    lenya/docu/modules/forrest/xslt/forrestDocument202xhtml.xsl
    lenya/docu/modules/forrest/xslt/forrestDocument202xhtmlInclude.xsl
    lenya/docu/modules/forrest/xslt/toc.xsl

Modified: lenya/docu/modules/forrest/resources/schemas/document-v20.mod.rng
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/resources/schemas/document-v20.mod.rng?rev=766622&r1=766621&r2=766622&view=diff
==============================================================================
--- lenya/docu/modules/forrest/resources/schemas/document-v20.mod.rng (original)
+++ lenya/docu/modules/forrest/resources/schemas/document-v20.mod.rng Mon Apr 20 08:45:18 2009
@@ -51,7 +51,7 @@
 <!-- =============================================================== -->
 <!-- Useful entities for increased DTD readability -->
 <!-- =============================================================== -->
-<grammar ns="http://apache.org/lenya/forrest"
+<grammar ns="http://apache.org/forrest/document/v20"
   xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
   xmlns="http://relaxng.org/ns/structure/1.0"
   datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">

Modified: lenya/docu/modules/forrest/resources/schemas/document-v20.rng
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/resources/schemas/document-v20.rng?rev=766622&r1=766621&r2=766622&view=diff
==============================================================================
--- lenya/docu/modules/forrest/resources/schemas/document-v20.rng (original)
+++ lenya/docu/modules/forrest/resources/schemas/document-v20.rng Mon Apr 20 08:45:18 2009
@@ -95,7 +95,7 @@
 <!-- =============================================================== -->
 <!-- Document -->
 <!-- =============================================================== -->
-<grammar ns="http://apache.org/lenya/forrest"
+<grammar ns="http://apache.org/forrest/document/v20"
   xmlns="http://relaxng.org/ns/structure/1.0">
   <include href="document-v20.mod.rng"/>
   <start>

Modified: lenya/docu/modules/forrest/xslt/addForrestNamespace.xsl
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/xslt/addForrestNamespace.xsl?rev=766622&r1=766621&r2=766622&view=diff
==============================================================================
--- lenya/docu/modules/forrest/xslt/addForrestNamespace.xsl (original)
+++ lenya/docu/modules/forrest/xslt/addForrestNamespace.xsl Mon Apr 20 08:45:18 2009
@@ -22,7 +22,7 @@
   <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
   
   <xsl:template match="*">
-    <xsl:element name="{local-name()}" namespace="http://apache.org/lenya/forrest">
+    <xsl:element name="{local-name()}" namespace="http://apache.org/forrest/document/v20">
       <xsl:copy-of select="@*"/>
       <xsl:apply-templates/>
     </xsl:element>

Modified: lenya/docu/modules/forrest/xslt/forrestDocument202xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/xslt/forrestDocument202xhtml.xsl?rev=766622&r1=766621&r2=766622&view=diff
==============================================================================
--- lenya/docu/modules/forrest/xslt/forrestDocument202xhtml.xsl (original)
+++ lenya/docu/modules/forrest/xslt/forrestDocument202xhtml.xsl Mon Apr 20 08:45:18 2009
@@ -20,7 +20,7 @@
   +-->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:xlink="http://www.w3.org/1999/xlink"
-  xmlns:forrest="http://apache.org/lenya/forrest"
+  xmlns:forrest="http://apache.org/forrest/document/v20"
   xmlns="http://www.w3.org/1999/xhtml">
   
   <xsl:include href="toc.xsl"/>

Modified: lenya/docu/modules/forrest/xslt/forrestDocument202xhtmlInclude.xsl
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/xslt/forrestDocument202xhtmlInclude.xsl?rev=766622&r1=766621&r2=766622&view=diff
==============================================================================
--- lenya/docu/modules/forrest/xslt/forrestDocument202xhtmlInclude.xsl (original)
+++ lenya/docu/modules/forrest/xslt/forrestDocument202xhtmlInclude.xsl Mon Apr 20 08:45:18 2009
@@ -20,7 +20,7 @@
   +-->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:xlink="http://www.w3.org/1999/xlink"
-  xmlns:forrest="http://apache.org/lenya/forrest"
+  xmlns:forrest="http://apache.org/forrest/document/v20"
   xmlns="http://www.w3.org/1999/xhtml">
   
   <xsl:import href="forrestDocument202xhtml.xsl"/>

Modified: lenya/docu/modules/forrest/xslt/toc.xsl
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/xslt/toc.xsl?rev=766622&r1=766621&r2=766622&view=diff
==============================================================================
--- lenya/docu/modules/forrest/xslt/toc.xsl (original)
+++ lenya/docu/modules/forrest/xslt/toc.xsl Mon Apr 20 08:45:18 2009
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:forrest="http://apache.org/lenya/forrest"
+  xmlns:forrest="http://apache.org/forrest/document/v20"
   xmlns="http://www.w3.org/1999/xhtml">
 
   <!--  Templates for "toc" mode.  This will generate a complete



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org