Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another attempt at output formatting, this time with serializers. Still sucks. | David A. Madore | 2010-04-11 | 1 | -13/+8 |
| | |||||
* | Alternate version using javax interfaces rather than the W3C DOM Load&Save. | David A. Madore | 2010-04-11 | 1 | -19/+25 |
| | | | | | | I was rather hoping this would pretty-print XHTML as required (e.g., put a space before the final slash on empty tags), but alas, such is not the case. | ||||
* | Start a Java version of a daml engine. So far, just the identity transform. | David A. Madore | 2010-04-11 | 2 | -0/+204 |
Even for something so completely trivial, this was a pain to write, because some stupid XML catalog was distributed with a DOCTYPE referencing a broken URL which could not be replaced by a local file because the catalog engine was bootstrapping; nor did Xerces provide a way, in org.apache.xerces.util.XMLCatalogResolver, to provide a bootstrap resolver: so I had to partially rewrite XMLCatalogResolver. |