summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/DamlEngine.java
Commit message (Collapse)AuthorAgeFilesLines
* Start a Java version of a daml engine. So far, just the identity transform.David A. Madore2010-04-111-0/+53
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.