You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/04 02:59:42 UTC

svn commit: r267531 - in /maven/maven-1/plugins/trunk/faq: src/plugin-resources/faq.jsl xdocs/changes.xml

Author: aheritier
Date: Sat Sep  3 17:59:36 2005
New Revision: 267531

URL: http://svn.apache.org/viewcvs?rev=267531&view=rev
Log:
MPFAQ-16 : FAQ plugin does not produce valid XHTML 1.0 Transitional.
Patch submitted by : Lukas Theussl
Patch reviewed by : Arnaud Heritier

Modified:
    maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl
    maven/maven-1/plugins/trunk/faq/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl?rev=267531&r1=267530&r2=267531&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl (original)
+++ maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl Sat Sep  3 17:59:36 2005
@@ -61,7 +61,7 @@
   <jsl:template match="part">
     <j:set var="name"><x:expr select="title" /></j:set>
     <section name="${name}">
-      <jsl:applyTemplates trim="true" />
+      <jsl:applyTemplates select="faq" trim="true" />
     </section>
   </jsl:template>
 

Modified: maven/maven-1/plugins/trunk/faq/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/xdocs/changes.xml?rev=267531&r1=267530&r2=267531&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Sat Sep  3 17:59:36 2005
@@ -23,9 +23,10 @@
   </properties>
   <body>
     <release version="1.4.1-SNAPSHOT" date="in SVN">
-      <action dev="aheritier" type="fix">The question is like a link because the anchor shouldn't enclose the question.</action>
-      <action dev="aheritier" type="fix" issue="MPFAQ-11" due-to="Lukas Theussl">Questions' font is same size or smaller than answers' one. Xdoc plugin &lt; 1.9.2 required.</action>
+      <action dev="aheritier" type="fix" issue="MPFAQ-16" due-to="Lukas Theussl">FAQ plugin does not produce valid XHTML 1.0 Transitional.</action>
       <action dev="dion" type="update" issue="MPFAQ-14" due-to="florent ramiere">Document .fml extension requirement</action>
+      <action dev="aheritier" type="fix" issue="MPFAQ-11" due-to="Lukas Theussl">Questions' font is same size or smaller than answers' one. Xdoc plugin &lt; 1.9.2 required.</action>
+      <action dev="aheritier" type="fix">The question is like a link because the anchor shouldn't enclose the question.</action>
     </release>
     <release version="1.4" date="2004-06-25">
       <action dev="brett" type="fix" issue="MPFAQ-13">Correctly pass through CDATA content</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org