Technology Kills Deconstructing technology, one piece at a time…

8Jun/090

DOM and SAX and File Streams…

Sometimes I up starting at my screen and wondering, is it worth coding all of these advanced 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 :

  • 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 2 Interfaces and Core Classes: complete (in testing)
  • SAX2 XMLReader : in development
  • File class (with Windows function wrappers): in development
  • Support: in development

As you can see, there’s a lot to be done—but just having the complete (per se) is enough of a driving factor to keep me going with everything else…

The (XMLReader implementation) is turning out to be a bit complex, however.

I’ll post links to and discussion as they become available.