aboutsummaryrefslogtreecommitdiffstats
path: root/docs/design/fo_impl/fo_classes.xsl
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2002-11-30 07:24:10 +0000
committerWilliam Victor Mote <vmote@apache.org>2002-11-30 07:24:10 +0000
commit64b3c5ede295343029ded69bb7f035ddd47409f3 (patch)
tree8e9c4dbe474b2f537f5cb02b8ac7636bef9b8a87 /docs/design/fo_impl/fo_classes.xsl
parent8d3f23d1924ceb5822daa3c280864fd58815f8c5 (diff)
downloadxmlgraphics-fop-64b3c5ede295343029ded69bb7f035ddd47409f3.tar.gz
xmlgraphics-fop-64b3c5ede295343029ded69bb7f035ddd47409f3.zip
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195684 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/design/fo_impl/fo_classes.xsl')
-rw-r--r--docs/design/fo_impl/fo_classes.xsl88
1 files changed, 44 insertions, 44 deletions
diff --git a/docs/design/fo_impl/fo_classes.xsl b/docs/design/fo_impl/fo_classes.xsl
index ad9e21690..bacb805df 100644
--- a/docs/design/fo_impl/fo_classes.xsl
+++ b/docs/design/fo_impl/fo_classes.xsl
@@ -1,14 +1,14 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
- xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
+ xmlns:fo="http://www.w3.org/1999/XSL/Format">
+
<xsl:output method="html"/>
<xsl:strip-space elements="*"/>
<xsl:template match="/">
- <xsl:apply-templates/>
+ <xsl:apply-templates/>
</xsl:template>
<xsl:template match="formattingObjects">
@@ -31,69 +31,69 @@
</xsl:template>
<xsl:template match="usage">
- <xsl:apply-templates select="para"/>
+ <xsl:apply-templates select="para"/>
</xsl:template>
<xsl:template match="para">
- <p><xsl:apply-templates/></p>
+ <p><xsl:apply-templates/></p>
</xsl:template>
<xsl:template match="em">
- <em><xsl:apply-templates/></em>
+ <em><xsl:apply-templates/></em>
</xsl:template>
<xsl:template match="term">
- <b><xsl:apply-templates/></b>
+ <b><xsl:apply-templates/></b>
</xsl:template>
<xsl:template match="category">
- <table width="100%" cellpadding="5" cellspacing="1" border="1">
- <tr>
- <th>Name</th><th>Base Class</th><th>Spec Content</th>
- <th>Generated Areas</th><th>Breaks and Keeps</th>
- </tr>
- <xsl:apply-templates select="object"/>
- </table>
+ <table width="100%" cellpadding="5" cellspacing="1" border="1">
+ <tr>
+ <th>Name</th><th>Base Class</th><th>Spec Content</th>
+ <th>Generated Areas</th><th>Breaks and Keeps</th>
+ </tr>
+ <xsl:apply-templates select="object"/>
+ </table>
</xsl:template>
<xsl:template match="object">
- <tr>
- <td>
- <xsl:value-of select="name"/>
- <xsl:if test="self::node()[@implemented='false']">&#0160;*</xsl:if>
- </td>
- <td><xsl:value-of select="baseClass"/></td>
- <td><xsl:value-of select="specContent"/></td>
- <td><xsl:apply-templates select="generatedAreas"/></td>
- <td><xsl:value-of select="breaksKeeps"/>&#0160;</td>
- </tr>
+ <tr>
+ <td>
+ <xsl:value-of select="name"/>
+ <xsl:if test="self::node()[@implemented='false']">&#0160;*</xsl:if>
+ </td>
+ <td><xsl:value-of select="baseClass"/></td>
+ <td><xsl:value-of select="specContent"/></td>
+ <td><xsl:apply-templates select="generatedAreas"/></td>
+ <td><xsl:value-of select="breaksKeeps"/>&#0160;</td>
+ </tr>
</xsl:template>
<xsl:template match="generatedAreas">
<xsl:choose>
- <xsl:when test="currentLayout">
- <ul>
- <li>Class: <xsl:value-of select="type/class"/>&#0160;
- Stacking: <xsl:value-of select="type/stacking"/></li>
- <li>Multiplicity: <xsl:value-of select="multiplicity"/></li>
- <li>Layout into: <xsl:value-of select="currentLayout"/>
- <xsl:if test="currentLayout[@intoParentArea='true']">&#0160;(parent)</xsl:if></li>
- <xsl:if test="self::node()[@isReference='true']">
- <li>Reference Area(s)</li>
- </xsl:if>
- </ul>
- </xsl:when>
- <xsl:otherwise>&#0160;</xsl:otherwise>
+ <xsl:when test="currentLayout">
+ <ul>
+ <li>Class: <xsl:value-of select="type/class"/>&#0160;
+ Stacking: <xsl:value-of select="type/stacking"/></li>
+ <li>Multiplicity: <xsl:value-of select="multiplicity"/></li>
+ <li>Layout into: <xsl:value-of select="currentLayout"/>
+ <xsl:if test="currentLayout[@intoParentArea='true']">&#0160;(parent)</xsl:if></li>
+ <xsl:if test="self::node()[@isReference='true']">
+ <li>Reference Area(s)</li>
+ </xsl:if>
+ </ul>
+ </xsl:when>
+ <xsl:otherwise>&#0160;</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="notes">
<p><b>Notes:</b></p>
- <ol>
- <xsl:for-each select="note">
- <li><xsl:value-of select="."/></li>
- </xsl:for-each>
- </ol>
+ <ol>
+ <xsl:for-each select="note">
+ <li><xsl:value-of select="."/></li>
+ </xsl:for-each>
+ </ol>
</xsl:template>
</xsl:stylesheet>