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
Age
Commit message (
Expand
)
Author
2014-05-10
Implemented StylesheetParameterGuard class
Adrian Kummerländer
2014-05-09
Added default target file and path parameters
Adrian Kummerländer
2014-05-09
Marked DomDocumentCache::item class as private
Adrian Kummerländer
2014-05-08
Removed gtest based test cases and added program options
Adrian Kummerländer
2014-05-06
Added basic external read file function test case
Adrian Kummerländer
2014-05-05
Encapsulated common parts of external function inplementations
Adrian Kummerländer
2014-05-04
Moved DOM document construction logic into local functions
Adrian Kummerländer
2014-05-04
Changed FilesystemContext constructor to accept xalan::Locator*
Adrian Kummerländer
2014-05-03
Revamped DomDocumentCache with regard to thread safety
Adrian Kummerländer
2014-05-02
Changed external functions to enable global installation
Adrian Kummerländer
2014-05-01
Added basic parameter taking overload of TransformationFacade::generate
Adrian Kummerländer
2014-05-01
Changed namespace for external functions to InputXSLT
Adrian Kummerländer
2014-04-30
Moved file reading functionality into local functions
Adrian Kummerländer
2014-04-29
Simplified external function result node set
Adrian Kummerländer
2014-04-28
Adapted read-directory tree construction to match the other functions
Adrian Kummerländer
2014-04-27
Added status information to external read-xml-file function
Adrian Kummerländer
2014-04-26
Added status information to external read-directory function
Adrian Kummerländer
2014-04-26
Converted external read-file function output into a node set
Adrian Kummerländer
2014-04-26
Moved DomDocumentCache instances back into external function class
Adrian Kummerländer
2014-04-26
Implemented global DOM document cache
Adrian Kummerländer
2014-04-25
Improved argument resolution and error handling
Adrian Kummerländer
2014-04-24
Added XercesStringGuard scope-guard to manage XMLCh
Adrian Kummerländer
2014-04-24
Expanded FunctionReadDirectory class to return files and directories
Adrian Kummerländer
2014-04-24
Changed TransformerFacade into TransformationFacade for single XSLTs
Adrian Kummerländer
2014-04-23
Fixed xerces DOM construction related memory leaks
Adrian Kummerländer
2014-04-23
Switched read-directory nodeSet generation to a xerces DOM document
Adrian Kummerländer
2014-04-22
Implemented basic XML output of external read-directory function
Adrian Kummerländer
2014-04-21
Implemented basic external directory traversal function
Adrian Kummerländer
2014-04-21
Extracted filesystem path resolution into InputXSLT::FilesystemContext
Adrian Kummerländer
2014-04-20
Switched filesystem interaction code to boost::filesystem
Adrian Kummerländer
2014-04-20
Replaced c-style file reading with std::ifstream
Adrian Kummerländer
2014-04-20
Implemented support for modifying external function base path
Adrian Kummerländer
2014-04-19
Implemented transformation execution function
Adrian Kummerländer
2014-04-19
Further code style fixes
Adrian Kummerländer
2014-04-18
Code style improvements
Adrian Kummerländer
2014-04-18
Implemented basic XML reading capabilities
Adrian Kummerländer
2014-04-18
Removed xalan_using directives and added namespace alias
Adrian Kummerländer
2014-04-17
First commit of _InputXSLT_
Adrian Kummerländer