From 07ed2eb061bf0d8051c7465f12d3097c342b689a Mon Sep 17 00:00:00 2001 From: James Shaw Date: Wed, 1 Aug 2007 22:51:38 +0000 Subject: Implemented variable-or-literal type guessing. Implemented creation of temporary DOMStrings with autogenned, globally unique identifiers. svn path=/trunk/dom/; revision=3471 --- test/transform/test-to-c.xsl | 49 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 11 deletions(-) (limited to 'test/transform/test-to-c.xsl') diff --git a/test/transform/test-to-c.xsl b/test/transform/test-to-c.xsl index f45e59f..80c72fc 100644 --- a/test/transform/test-to-c.xsl +++ b/test/transform/test-to-c.xsl @@ -341,20 +341,23 @@ If @value is specified, the mutator is called and @value is used as the paramete - + + + - + - - - - domString + domString_ @@ -380,12 +383,12 @@ If @value is specified, the mutator is called and @value is used as the paramete , - + @@ -410,6 +413,13 @@ If @value is specified, the mutator is called and @value is used as the paramete + @@ -428,12 +438,16 @@ If @value is specified, the mutator is called and @value is used as the paramete + + + + TODO: put this string creation in its own template so it can be reused. + Be careful with the behaviour of xsl:number, though. + --> + domString_ @@ -456,7 +470,20 @@ If @value is specified, the mutator is called and @value is used as the paramete - + + + + DOMString + + + + + + + + + + -- cgit v1.2.3