Changeset 30
- Timestamp:
- 11/12/07 12:21:14 (13 years ago)
- Location:
- rfc2629xslt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/clean-for-DTD.xslt
r6 r30 62 62 <xsl:template match="processing-instruction()" mode="cleanup"> 63 63 <xsl:text> </xsl:text> 64 <xsl:copy ><xsl:apply-templates select="node()|@*" mode="cleanup"/></xsl:copy>64 <xsl:copy/> 65 65 </xsl:template> 66 66 -
rfc2629xslt/rfc2629xslt.txt
r6 r30 4 4 RFC2629 through XSLT J. Reschke 5 5 greenbytes 6 December 1 0, 20076 December 11, 2007 7 7 8 8
Note: See TracChangeset
for help on using the changeset viewer.