Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. public string[] functions = {
  2. "normalize-space()",
  3. "substring-before( , )",
  4. "substring-after( , )",
  5. "<xsl:choose>\n</xsl:choose>",
  6. "<xsl:for-each>\n</xsl:for-each>",
  7. "<xsl:sort>\n</xsl:sort>",
  8. "<xsl:call-template>\n</xsl:call-template>",
  9. "<xsl:with-param/>",
  10. "<xsl:copy>\n</xsl:copy>",
  11. "<xsl:template>\n</xsl:template>",
  12. "<xsl:sort/>",
  13. "<xsl:when test=\"\">\n</xsl:when >",
  14. "<xsl:if test=\"\">\n</xsl:if>",
  15. "<xsl:value-of />",
  16. "<xsl:otherwise>\n</xsl:otherwise>",
  17. "<xsl:variable name=\"\">\n</xsl:variable>",
  18. "<xsl:output />" };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement