summaryrefslogtreecommitdiff
path: root/tests/namespaces/tst3.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-02-27 21:09:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-02-27 21:09:59 +0000
commit2c4c0a928e5bd8424529f6bcc31363376a26da77 (patch)
treec2a76e8717a0866c1795d41919a7f6cfde76420b /tests/namespaces/tst3.xml
parentd3e683697cf197566c71ef06d54165241316ddae (diff)
downloadlibxslt-2c4c0a928e5bd8424529f6bcc31363376a26da77.tar.gz
libxslt-2c4c0a928e5bd8424529f6bcc31363376a26da77.tar.bz2
libxslt-2c4c0a928e5bd8424529f6bcc31363376a26da77.zip
More work on extension support:
- libxslt/extensions.c: fixed stoopid bug - libxslt/Makefile.am libxslt/extra.[ch]: added a new module carrying extensions to the specification. Added node-set() for existing saxon and xt namespaces and debug() in libxslt namespace (http://xmlsoft.org/XSLT/namespace) - libxslt/xsltutils.[ch] transform.c: moved xsltDebug to extra.c plus cleanup. - configure.in tests/Makefile.am tests/namespaces: added some namespaces tests, including a test calling the extra debugging function in libxslt namespace, worked first time !!! Daniel
Diffstat (limited to 'tests/namespaces/tst3.xml')
-rw-r--r--tests/namespaces/tst3.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/namespaces/tst3.xml b/tests/namespaces/tst3.xml
new file mode 100644
index 00000000..52fee9d5
--- /dev/null
+++ b/tests/namespaces/tst3.xml
@@ -0,0 +1,10 @@
+<a:tst xmlns:a="http://example.org/">
+ <a:doc/>
+ <a:doc/>
+ <a:doc/>
+ <a:doc/>
+ <a:doc>Failed</a:doc>
+ <a:doc/>
+ <a:doc/>
+ <a:doc/>
+</a:tst>