Is this a typo? >From 5.4.2 - Arrays: --8<-- Arrays may have other arrays as member values. The following is an example of an array of two arrays, each of which is an array of strings. <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[][2]"> <item href="#array-1"/> <item href="#array-2"/> </SOAP-ENC:Array> <SOAP-ENC:Array id="array-1" SOAP-ENC:arrayType="xsd:string[2]"> <item>r1c1</item> <item>r1c2</item> <item>r1c3</item> </SOAP-ENC:Array> ---8<--- Note the string[2] and three items.. Andy -- Andreas Aardal HanssenReceived on Thursday, 8 May 2003 08:49:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:59:14 GMT