Changeset 341
- Timestamp:
- 03/06/07 17:04:21 (2 years ago)
- Files:
-
- trunk/src/main/resources/xsl/master.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/xsl/master.xsl
r278 r341 18 18 <xsl:output method="xml"/> 19 19 <xsl:template match="/"> 20 <xsl:apply-templates select="node()"/>20 <xsl:apply-templates select="node()"/> 21 21 </xsl:template> 22 22
