Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
310 B

  1. <?xml version="1.0"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
  3. <xsl:template match="/">
  4. <xsl:apply-templates select="//IRETURNVALUE/VALUE"/>
  5. </xsl:template>
  6. <xsl:template match="VALUE">
  7. The returned value is <STRONG><xsl:value-of/></STRONG>
  8. </xsl:template>
  9. </xsl:stylesheet>