From 596d78220d0156e5afd18b2a6832f1ec8b83eec1 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Wed, 11 Jul 2007 20:48:49 +0000 Subject: Initial revision of test-to-c transformer svn path=/trunk/dom/; revision=3401 --- test/test-to-c.xsl | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 test/test-to-c.xsl (limited to 'test') diff --git a/test/test-to-c.xsl b/test/test-to-c.xsl new file mode 100644 index 0000000..fe58d99 --- /dev/null +++ b/test/test-to-c.xsl @@ -0,0 +1,95 @@ + + + + + + ../build/dom1-interfaces.xml + http://www.w3.org/2001/DOM-Test-Suite/tests/Level-1/ + + + + + + + + + + + + +int main(int argc, char **argv) { + + + + return 0; +} + + + + + struct + *; + + + + if () { + + + + } + + else { + + + } + + + + + + + + + + assert( != NULL); + + + + + + assert( == NULL); + + + + + + + + +dom_ + + document + + + document_type + + + string + + + Warning in convert_var_type template: unrecognised variable type '' + + + + + + -- cgit v1.2.3