You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/01/29 06:11:39 UTC

svn commit: r373289 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia: output.xmap resources/stylesheets/document-to-xdoc.xsl status.xml

Author: crossley
Date: Sat Jan 28 21:11:34 2006
New Revision: 373289

URL: http://svn.apache.org/viewcvs?rev=373289&view=rev
Log:
Fine-tune the output xdoc format. Use section/title and section/section.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/output.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/document-to-xdoc.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/status.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/output.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/output.xmap?rev=373289&r1=373288&r2=373289&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/output.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/output.xmap Sat Jan 28 21:11:34 2006
@@ -29,6 +29,7 @@
         <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.xdoc"/>
         <map:transform src="{lm:transform.html.broken-links}"/>
         <map:transform src="{lm:anakia.transform.document.xdoc}"/>
+        <map:transform src="{lm:transform.xml.xml-textwrap}"/>
         <map:transform src="{lm:transform.xml.pretty}"/>
         <map:serialize type="xml"/>
       </map:match>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/document-to-xdoc.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/document-to-xdoc.xsl?rev=373289&r1=373288&r2=373289&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/document-to-xdoc.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/document-to-xdoc.xsl Sat Jan 28 21:11:34 2006
@@ -42,29 +42,6 @@
     </properties>
   </xsl:template>
 
-  <xsl:template match="section">
-    <section>
-      <xsl:copy-of select="@*"/>
-      <xsl:attribute name="name">
-        <xsl:value-of select="normalize-space(title)"/>
-      </xsl:attribute>
-      <xsl:apply-templates/>
-    </section>
-  </xsl:template>
-
-  <xsl:template match="section/section">
-    <subsection>
-      <xsl:copy-of select="@*"/>
-      <xsl:attribute name="name">
-        <xsl:value-of select="normalize-space(title)"/>
-      </xsl:attribute>
-      <xsl:apply-templates/>
-    </subsection>
-  </xsl:template>
-
-  <xsl:template match="section/title">
-  </xsl:template>
-
   <xsl:template match="tbody">
     <xsl:apply-templates/>
   </xsl:template>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/status.xml?rev=373289&r1=373288&r2=373289&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/status.xml Sat Jan 28 21:11:34 2006
@@ -37,8 +37,12 @@
 
   <changes>
     <release version="0.1" date="not-released">
+      <action dev="DC" type="update" context="code">
+        Fine-tune the output xdoc format. Use section/title
+        and section/section.
+      </action>
       <action dev="DC" type="add" context="admin">
-        Initial plugin code.
+        Initial plugin code. 
       </action>
     </release>
   </changes>