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?
