mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-04 12:22:09 +03:00
* configure.in python/Makefile.am: attempst to tweak to get full memory debug... * python/generator.py python/libxsl.py python/libxslt-python-api.xml python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt: the basic API starts to work * python/tests/test.*: first basic test * libxslt/xsltutils.c: fixed a comment Daniel
10 lines
208 B
XML
10 lines
208 B
XML
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
<xsl:template match="/">
|
|
<article>
|
|
<title>Hello World</title>
|
|
</article>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|