From richfaces-svn-commits at lists.jboss.org Tue May 26 06:21:08 2009 Content-Type: multipart/mixed; boundary="===============9043966396865362673==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r14321 - branches/community/3.3.X/docs/common-resources/en/src/main/xslt. Date: Tue, 26 May 2009 06:13:47 -0400 Message-ID: --===============9043966396865362673== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-05-26 06:13:47 -0400 (Tue, 26 May 2009) New Revision: 14321 Modified: branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl Log: https://jira.jboss.org/jira/browse/RF-7081 - reverting the last modificatio= ns; Modified: branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f= .xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl 2= 009-05-26 09:11:58 UTC (rev 14320) +++ branches/community/3.3.X/docs/common-resources/en/src/main/xslt/f.xsl 2= 009-05-26 10:13:47 UTC (rev 14321) @@ -3,21 +3,20 @@ xmlns:javaee=3D"http://java.sun.com/xml/ns/javaee" xmlns:u=3D"http:/jsf.exadel.com/template/util" xmlns:f=3D'http:/jsf.exadel.com/template' - version=3D"1.0" exclude-result-prefixes=3D"javaee u f"> - + - = = - + = = @@ -54,46 +53,29 @@ = = - + - - + + = - = - - - - - - - - - - - = - - - - - - = - =
- = + + + + + + + + + + - - + < @@ -116,7 +97,7 @@ = - + @@ -127,8 +108,7 @@ = - - = + = <xsl:value-of select=3D"$prefix" /> @@ -189,9 +169,8 @@ </tgroup> </table> </xsl:if--> - <xsl:choose> - <xsl:when test=3D"$prefixExistence"> + <xsl:when test=3D"document(concat($lang, $separator, 'included', $sepa= rator, $prefix, '_', $tag_name, '.xml'))"> <xsl:for-each select=3D"document(concat($lang, $separator,'included',= $separator, $prefix, '_', $tag_name, '.xml'))/*"> <xsl:copy-of select=3D"./*" /> </xsl:for-each> @@ -203,7 +182,7 @@ </xsl:otherwise> </xsl:choose> = + </section> -</xsl:result-document> = </xsl:template> -</xsl:transform> +</xsl:transform> \ No newline at end of file --===============9043966396865362673==--