From ad98aeec9b3a4445ff85bca79250c60d96d99b37 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Wed, 8 Aug 2007 20:44:42 +0000 Subject: Fix casting of structs as 'out' parameters. Update ctypes.xml mappings. svn path=/trunk/dom/; revision=3490 --- test/transform/ctypes.xml | 14 ++++++++++++ test/transform/test-to-c.xsl | 51 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/test/transform/ctypes.xml b/test/transform/ctypes.xml index f8ed696..148b1c4 100644 --- a/test/transform/ctypes.xml +++ b/test/transform/ctypes.xml @@ -18,6 +18,9 @@ + + + @@ -31,6 +34,13 @@ + + + + + + + @@ -51,6 +61,10 @@ + + + + \ No newline at end of file diff --git a/test/transform/test-to-c.xsl b/test/transform/test-to-c.xsl index 2126262..8c8f2cb 100644 --- a/test/transform/test-to-c.xsl +++ b/test/transform/test-to-c.xsl @@ -5,7 +5,15 @@ test representation. --> + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:str="http://xsltsl.org/string"> + + + + equals not implemented + + + ); @@ -400,9 +417,14 @@ If @value is specified, the mutator is called and @value is used as the paramete , + + & @@ -493,6 +515,8 @@ through as a parameter + + @@ -511,6 +535,7 @@ through as a parameter ( + ) @@ -589,6 +614,14 @@ Assert templates + + assertSize not implemented + + + + assertDOMException not implemented + + + + + + @@ -612,12 +653,18 @@ Helper templates struct - * + + + + + + * -- cgit v1.2.3