[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 2 <xsl:output method="xml" encoding="utf-8" indent="yes" /> 3 <xsl:template match="*"> 4 <xsl:copy> 5 <xsl:copy-of select="@*" /> 6 <xsl:apply-templates /> 7 </xsl:copy> 8 </xsl:template> 9 10 <xsl:template match="comment()|processing-instruction()"> 11 <xsl:copy /> 12 </xsl:template> 13 14 </xsl:stylesheet>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |