10. Entity resolver
There are four ways to specify the entity resolver:
Command line (long): | --entity-resolver =classname |
Command line (short): | -E |
Java system property: | com.xmlcalabash.entity-resolver=classname |
XML configuration: | <cc:entity-resolver> classname </cc:entity-resolver> |
Ant task: | <calabash entityResolver=" |
The class specified will be instantiated and used as the entity resolver for all XML documents accessed.