| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-20 | Replaced FunctionResolveInclude with IncludeEntityResolver | Adrian Kummerländer | |
| * xalan / xerces offers the possibility of implementing custom entity resolvers which are called upon by "<xsl:include..." ** such a custom resolver was implemented to resolve include path entities * this is a much better way to support include paths than offering a custom external "resolve-include" function * as entity paths are expanded before they are passed to the entity resolver, a special "[path]" syntax simmilar to "#include <path>" had to be implemented | |||
| 2014-05-19 | Implemented external "resolve-include" function | Adrian Kummerländer | |
| * resolves paths provided as strings against include paths provided through the newly created "--include" argument of the test executable * this was implemented to enable central collections of XSLT libraries simmilar to how there are C headers in "/usr/include" | |||
