aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30Improved "external-text-formatter" test case helper templateAdrian Kummerlaender
2014-06-30Switched external text formatter parameter to boost::filesystem::pathAdrian Kummerlaender
2014-06-29Switched FunctionWriteFile content parameter to xalan::XalanNode pointerAdrian Kummerlaender
2014-06-28Added input parameter to FunctionTransformAdrian Kummerlaender
2014-06-28Removed unnecessary TransformationFacade destructorAdrian Kummerlaender
2014-06-27Added link to "write-file" test case to README.mdAdrian Kummerlaender
2014-06-27Updated README.md and added "write-file" test caseAdrian Kummerlaender
2014-06-26Implemented basic external "write-file" functionAdrian Kummerlaender
2014-06-25Added support for resolving non-existing pathsAdrian Kummerlaender
2014-06-17Added context awareness to XObjectValue casting logicAdrian Kummerlaender
2014-06-16Prepared TransformationFacade and FunctionTransform for parameter changeAdrian Kummerlaender
2014-06-15Merged "read-xml-file" and "read-file" into "read-file"Adrian Kummerlaender
2014-06-14Changed Base::callConstructDocument sequence parameter to std::size_tAdrian Kummerlaender
2014-06-11Fixed include entity resolution logicAdrian Kummerländer
2014-06-10Added input file support to ixsltAdrian Kummerländer
2014-06-09Added include path resolution to FilesystemContext constructorAdrian Kummerländer
2014-06-08Handling xercesc::DOMException in "read-xml-file" and "external-text-formatter"Adrian Kummerländer
2014-06-07Provided previously missing Sequence template implementationAdrian Kummerländer
2014-06-07Improved FunctionBase constructDocument parameter propagationAdrian Kummerländer
2014-06-06Implemented WarningCapacitor as a counterpart to ErrorCapacitorAdrian Kummerländer
2014-06-05Implemented ErrorMultiplexer as primary error handlerAdrian Kummerländer
2014-06-04Renamed "test" executable to "ixslt"Adrian Kummerländer
2014-06-03Updated README.md to include test casesAdrian Kummerländer
2014-06-03Replaced XSLTInputSource with LocalFileInputSource in "read-xml-file"Adrian Kummerländer
2014-06-02Expanded ErrorCapacitor error message generationAdrian Kummerländer
2014-06-01Simplified test case result variable definitionsAdrian Kummerländer
2014-05-31Revamped external function result treesAdrian Kummerländer
2014-05-31Using xalan::ProblemListenerBase formatting functionality in ErrorCapacitorAdrian Kummerländer
2014-05-30Rewrote error handling based on exceptionsAdrian Kummerländer
2014-05-30Removed custom XSLException patch as it is solved in XALANC-744Adrian Kummerländer
2014-05-29Fixed error handling of invalid XSL transformationsAdrian Kummerländer
2014-05-29Improved TransformationFacade error handlingAdrian Kummerländer
2014-05-28Moved input trimming into XObjectValue namespaceAdrian Kummerländer
2014-05-28Implemented basic ErrorHandlerAdrian Kummerländer
2014-05-27Expanded "read-directory" test caseAdrian Kummerländer
2014-05-26Added "external-text-formatter" test caseAdrian Kummerländer
2014-05-26Revamped external execute function into a external text formatter functionAdrian Kummerländer
2014-05-25Implemented basic external "execute" functionAdrian Kummerländer
2014-05-24Prevented FilesystemContext from resolving absolute pathsAdrian Kummerländer
2014-05-24Implemented ResultNodeFacade as a DOM node construction helperAdrian Kummerländer
2014-05-23Changed iterate functor parameter to const referenceAdrian Kummerländer
2014-05-23Simplified IncludeEntityResolver constructor and improved constnessAdrian Kummerländer
2014-05-22Replaced std::pair<bool, *> with the more convenient boost::optional<*>Adrian Kummerländer
2014-05-22Added include path resolution to external file access functionsAdrian Kummerländer
2014-05-21Moved include path resolution into separate member methodAdrian Kummerländer
2014-05-21Added test case base template and improved transformer helper templateAdrian Kummerländer
2014-05-20Replaced FunctionResolveInclude with IncludeEntityResolverAdrian Kummerländer
2014-05-19Implemented external "resolve-include" functionAdrian Kummerländer
2014-05-18Added possibility for streaming TransformationFacade outputAdrian Kummerländer
2014-05-17Improved FunctionTransform test case transformationsAdrian Kummerländer