Can you prototype the XML literal exposed in E4X?
Lucky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
var xml = <sample/>; can i prototype the resultant document? XMLDocument.prototype.blah = ... will not work, and i thought that i read somewhere it will not get such a implementation?