8Jun/090
DOM and SAX and File Streams…
Sometimes I sit up late at night starting at my screen and wondering, is it worth coding all of these advanced libraries for something as high-level as AHK? Will people understand such “cryptic” functionality who are used to simple Batch-like commands?
Regardless, I’m doing it… here are some status updates:
- DOM Level 3 Interfaces: complete
- DOM Level 3 Core Module: complete (in testing)
- DOM Level 3 Load and Save Module: in development (waiting on SAX parser)
- SAX 2 Interfaces and Core Classes: complete (in testing)
- SAX2 XMLReader Implementation: in development
- File class (with Windows function wrappers): in development
- File Stream Support: in development
As you can see, there’s a lot to be done—but just having the core DOM complete (per se) is enough of a driving factor to keep me going with everything else…
The XML parser (XMLReader implementation) is turning out to be a bit complex, however.
I’ll post links to documentation and discussion as they become available.