Kenny wrote:
Dose anyone know if there is an open source implementation of the Simple API for XML out there written in ActionScript?
I ported a SAX implementation from Javascript a little over a year ago whilst researching the possibility of implementing a W3C standards compliant XML DOM in Actionscript.
Between Claus Wahlers Stefano Debenedetti, and myself, we managed to implement a CSS parser and a very nearly standards compliant (W3C DOM Level 2) XML DOM in Actionscript 2 in hopes of perhaps rewriting DENG for AS2 with a live, Actionscript-backed DOM. Unfortunately, Flash Player 7's performance in the realm of string parsing left much to be desired.
Between that and our "day job" commitments, the project didn't see much additional progress, much like many other erstwhile small open source projects.
You can grab it out of the UGO Initiative's SourceForge repository at: http://sourceforge.net/projects/ugo/ In particular, see: ugo/dom3/com/codeazur/sax. Jim _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
