index
:
InputXSLT
master
XSLT extensions for static site generation
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
include_entity_resolver.cc
Age
Commit message (
Expand
)
Author
2014-07-13
Fixed base path resolution of include path entities
Adrian Kummerlaender
2014-07-09
Added DomDocumentCache::createDocument overload enabling document naming
Adrian Kummerlaender
2014-07-08
Fixed entity resolution bug concerning non-include paths
Adrian Kummerlaender
2014-06-25
Added support for resolving non-existing paths
Adrian Kummerlaender
2014-06-17
Added context awareness to XObjectValue casting logic
Adrian Kummerlaender
2014-06-11
Fixed include entity resolution logic
Adrian Kummerländer
2014-06-09
Added include path resolution to FilesystemContext constructor
Adrian Kummerländer
2014-05-29
Improved TransformationFacade error handling
Adrian Kummerländer
2014-05-23
Simplified IncludeEntityResolver constructor and improved constness
Adrian Kummerländer
2014-05-22
Replaced std::pair<bool, *> with the more convenient boost::optional<*>
Adrian Kummerländer
2014-05-21
Moved include path resolution into separate member method
Adrian Kummerländer
2014-05-20
Replaced FunctionResolveInclude with IncludeEntityResolver
Adrian Kummerländer