Age | Commit message (Expand) | Author |
2014-06-29 | Switched FunctionWriteFile content parameter to xalan::XalanNode pointer | Adrian Kummerlaender |
2014-06-28 | Added input parameter to FunctionTransform | Adrian Kummerlaender |
2014-06-28 | Removed unnecessary TransformationFacade destructor | Adrian Kummerlaender |
2014-06-27 | Added link to "write-file" test case to README.md | Adrian Kummerlaender |
2014-06-27 | Updated README.md and added "write-file" test case | Adrian Kummerlaender |
2014-06-26 | Implemented basic external "write-file" function | 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-16 | Prepared TransformationFacade and FunctionTransform for parameter change | Adrian Kummerlaender |
2014-06-15 | Merged "read-xml-file" and "read-file" into "read-file" | Adrian Kummerlaender |
2014-06-14 | Changed Base::callConstructDocument sequence parameter to std::size_t | Adrian Kummerlaender |
2014-06-11 | Fixed include entity resolution logic | Adrian Kummerländer |
2014-06-10 | Added input file support to ixslt | Adrian Kummerländer |
2014-06-09 | Added include path resolution to FilesystemContext constructor | Adrian Kummerländer |
2014-06-08 | Handling xercesc::DOMException in "read-xml-file" and "external-text-formatter" | Adrian Kummerländer |
2014-06-07 | Provided previously missing Sequence template implementation | Adrian Kummerländer |
2014-06-07 | Improved FunctionBase constructDocument parameter propagation | Adrian Kummerländer |
2014-06-06 | Implemented WarningCapacitor as a counterpart to ErrorCapacitor | Adrian Kummerländer |
2014-06-05 | Implemented ErrorMultiplexer as primary error handler | Adrian Kummerländer |
2014-06-04 | Renamed "test" executable to "ixslt" | Adrian Kummerländer |
2014-06-03 | Updated README.md to include test cases | Adrian Kummerländer |
2014-06-03 | Replaced XSLTInputSource with LocalFileInputSource in "read-xml-file" | Adrian Kummerländer |
2014-06-02 | Expanded ErrorCapacitor error message generation | Adrian Kummerländer |
2014-06-01 | Simplified test case result variable definitions | Adrian Kummerländer |
2014-05-31 | Revamped external function result trees | Adrian Kummerländer |
2014-05-31 | Using xalan::ProblemListenerBase formatting functionality in ErrorCapacitor | Adrian Kummerländer |
2014-05-30 | Rewrote error handling based on exceptions | Adrian Kummerländer |
2014-05-30 | Removed custom XSLException patch as it is solved in XALANC-744 | Adrian Kummerländer |
2014-05-29 | Fixed error handling of invalid XSL transformations | Adrian Kummerländer |
2014-05-29 | Improved TransformationFacade error handling | Adrian Kummerländer |
2014-05-28 | Moved input trimming into XObjectValue namespace | Adrian Kummerländer |
2014-05-28 | Implemented basic ErrorHandler | Adrian Kummerländer |
2014-05-27 | Expanded "read-directory" test case | Adrian Kummerländer |
2014-05-26 | Added "external-text-formatter" test case | Adrian Kummerländer |
2014-05-26 | Revamped external execute function into a external text formatter function | Adrian Kummerländer |
2014-05-25 | Implemented basic external "execute" function | Adrian Kummerländer |
2014-05-24 | Prevented FilesystemContext from resolving absolute paths | Adrian Kummerländer |
2014-05-24 | Implemented ResultNodeFacade as a DOM node construction helper | Adrian Kummerländer |
2014-05-23 | Changed iterate functor parameter to const reference | 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-22 | Added include path resolution to external file access functions | Adrian Kummerländer |
2014-05-21 | Moved include path resolution into separate member method | Adrian Kummerländer |
2014-05-21 | Added test case base template and improved transformer helper template | Adrian Kummerländer |
2014-05-20 | Replaced FunctionResolveInclude with IncludeEntityResolver | Adrian Kummerländer |
2014-05-19 | Implemented external "resolve-include" function | Adrian Kummerländer |
2014-05-18 | Added possibility for streaming TransformationFacade output | Adrian Kummerländer |
2014-05-17 | Improved FunctionTransform test case transformations | Adrian Kummerländer |
2014-05-17 | Equalized parameter/argument naming pattern accross all external functions | Adrian Kummerländer |
2014-05-16 | Added XObjectPtr parameter to FunctionTransform | Adrian Kummerländer |