[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-wpkg/sources/www/bin/ -> to_utf8.xsl (source)

   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>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1