source:
vbox/trunk/src/libs/libxslt-1.1.22/python/tests/test.xsl@
9682
Last change on this file since 9682 was 7296, checked in by , 17 years ago | |
---|---|
|
|
File size: 208 bytes |
Line | |
---|---|
1 | <xsl:stylesheet version="1.0" |
2 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
3 | |
4 | <xsl:template match="/"> |
5 | <article> |
6 | <title>Hello World</title> |
7 | </article> |
8 | </xsl:template> |
9 | </xsl:stylesheet> |
Note:
See TracBrowser
for help on using the repository browser.