source:
xslt/vendor/current/tests/general/bug-10-.xsl@
372
Last change on this file since 372 was 372, checked in by , 13 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | <?xml version= "1.0"?> |
2 | |
3 | <xsl:stylesheet version="1.0" |
4 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
5 | |
6 | <xsl:template match="/"> |
7 | <xsl:text><![CDATA[Success]]></xsl:text> |
8 | </xsl:template> |
9 | |
10 | </xsl:stylesheet> |
Note:
See TracBrowser
for help on using the repository browser.