You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2007/12/20 18:21:43 UTC

'any' in a Javascript client

I'm interested in opinions about how the XML Schema 'any' construct
could be mapped to Javascript. Obvious possibilities include:

a) a string of XML
b) a DOM node
c) a function that returns a string of XML, since that could be a
closure over DOM or E4X or whatever someone likes.

Anyone have an opinion?