Author: crossley Date: Thu Mar 10 16:59:07 2005 New Revision: 157017 URL: http://svn.apache.org/viewcvs?view=rev&rev=157017 Log: dos2unix and svn:eol-style native
Modified: cocoon/whiteboard/doc-repos/global/src/documentation/resources/stylesheets/doc-aggregate2v12.xsl (contents, props changed) Modified: cocoon/whiteboard/doc-repos/global/src/documentation/resources/stylesheets/doc-aggregate2v12.xsl URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/doc-repos/global/src/documentation/resources/stylesheets/doc-aggregate2v12.xsl?view=diff&r1=157016&r2=157017 ============================================================================== --- cocoon/whiteboard/doc-repos/global/src/documentation/resources/stylesheets/doc-aggregate2v12.xsl (original) +++ cocoon/whiteboard/doc-repos/global/src/documentation/resources/stylesheets/doc-aggregate2v12.xsl Thu Mar 10 16:59:07 2005 @@ -1,40 +1,40 @@ -<?xml version="1.0" encoding="UTF-8"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:variable name="content" select="/aggregate/content/document/body"/> - <xsl:variable name="content-header" select="/aggregate/content/document/header"/> - <xsl:variable name="comments" select="/aggregate/comments"/> - <xsl:template match="/"> - <document> - <header> - <title> - <xsl:value-of select="$content-header/title"/> - </title> - </header> - <body> - <xsl:copy-of select="$content/*"/> - <xsl:apply-templates select="$comments"/> - </body> - </document> - </xsl:template> - <xsl:template match="comments"> - <section id="Comments"> - <title>Comments</title> - <div class="commentsarea"> +<?xml version="1.0" encoding="UTF-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:variable name="content" select="/aggregate/content/document/body"/> + <xsl:variable name="content-header" select="/aggregate/content/document/header"/> + <xsl:variable name="comments" select="/aggregate/comments"/> + <xsl:template match="/"> + <document> + <header> + <title> + <xsl:value-of select="$content-header/title"/> + </title> + </header> + <body> + <xsl:copy-of select="$content/*"/> + <xsl:apply-templates select="$comments"/> + </body> + </document> + </xsl:template> + <xsl:template match="comments"> + <section id="Comments"> + <title>Comments</title> + <div class="commentsarea"> <div class="commenttaskbar"> add your comments </div> - <xsl:apply-templates select="comment"/> - </div> - </section> - </xsl:template> - <xsl:template match="comment"> - <div class="comment"> - <div class="commentheader"> - <xsl:value-of select="@subject"/> by <xsl:value-of select="@name"/> - </div> - <div class="commentbody"> - <xsl:copy-of select="*"/> - </div> - </div> - </xsl:template> -</xsl:stylesheet> + <xsl:apply-templates select="comment"/> + </div> + </section> + </xsl:template> + <xsl:template match="comment"> + <div class="comment"> + <div class="commentheader"> + <xsl:value-of select="@subject"/> by <xsl:value-of select="@name"/> + </div> + <div class="commentbody"> + <xsl:copy-of select="*"/> + </div> + </div> + </xsl:template> +</xsl:stylesheet> Propchange: cocoon/whiteboard/doc-repos/global/src/documentation/resources/stylesheets/doc-aggregate2v12.xsl ------------------------------------------------------------------------------ svn:eol-style = native