I didn't really mean cross-language, I meant js specific. E.g. for my extension.
e4x looks cool, though I'm not sure it's exactly what I'm looking for. A On 13/03/06, Eric H. Jung <[EMAIL PROTECTED]> wrote: > > On that note, is there a generic library I could use to [un]serialize > > to/from xml? > > > > There are no cross-language (de)serialization schemes that I know of for XML. > I'm sure you're > aware of the many choices of single-language options. The failure of these > libraries is they > aren't ported to other languages besides the one in which they're originally > written. > > e4x is not cross-language, unless you qualify JS in Java via Rhino as > cross-language. > > There is a non-XML option, though: JSON. I originally pursued this option for > FoxyProxy but could > not get json.js to work from the context of browser.xul. > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
