Sunday, 20 April 2008

Exporting the Schema Library

The last planned feature is almost fully implemented. The library is successfully written to an XML Schema validated file. I'm still reading up on SAX and DOM parsers so Importing hasn't been implemented yet, but I don't foresee any problems with the parsing.

While writing the output methods, I removed a few unnecessary methods from the Schema class and discovered that the schemasValue, and activeSchemas hashtables haven't been included in the output. These have never shown up in exception stack-traces before, but they could be related to the Schema execution problem somehow. Either way, I need to edit the code to account for them.

No comments: