Age | Commit message (Expand) | Author |
2014-10-26 | Fixed XML declaration handling in FunctionExternalCommand | Adrian Kummerlaender |
2014-10-16 | Changed FunctionExternalCommand stream read order | Adrian Kummerlaender |
2014-10-11 | Split path attribute of FunctionReadFile result tree into base and name | Adrian Kummerlaender |
2014-10-11 | Changed FunctionBase FilesystemContext base to working directory | Adrian Kummerlaender |
2014-09-14 | Switched member initialization to std::make_unique | Adrian Kummerlaender |
2014-09-11 | Fixed xalan::FormatterToXML constructor argument sequence | Adrian Kummerlaender |
2014-09-04 | Added prefix to system ID of node-based XSLTInputSource instances | Adrian Kummerlaender |
2014-08-23 | Replaced FunctionTransform by making the target of FunctionGenerate optional | Adrian Kummerlaender |
2014-08-20 | Setting the correct work directory in FunctionExternalCommand | Adrian Kummerlaender |
2014-08-18 | Renamed FunctionExternalCommand result root node | Adrian Kummerlaender |
2014-08-17 | Fixed minimum parameter count calculation | Adrian Kummerlaender |
2014-08-16 | Implemented primitive optional parameter support for external functions | Adrian Kummerlaender |
2014-08-09 | Changed FunctionExternalTextFormatter to execute formatter inside shell | Adrian Kummerlaender |
2014-08-09 | Reduced FilesystemContext's determination to resolve into absolute paths | Adrian Kummerlaender |
2014-08-06 | Fixed node list iteration in ResultNodeFacade | Adrian Kummerlaender |
2014-07-23 | Added directory creation to FunctionGenerate and FunctionWriteFile | Adrian Kummerlaender |
2014-07-18 | Set SystemId for node based xalan::XSLTInputSource parameters | Adrian Kummerlaender |
2014-07-15 | Fixed PlatformGuard name spelling | Adrian Kummerlaender |
2014-07-14 | Updated README.md to mention TestXSLT | Adrian Kummerlaender |
2014-07-13 | Fixed base path resolution of include path entities | Adrian Kummerlaender |
2014-07-13 | Improved xalan::XalanCompiledStylesheet lifetime management | Adrian Kummerlaender |
2014-07-12 | Implemented external "generate" function | Adrian Kummerlaender |
2014-07-12 | Marked constructDocument member methods as const | Adrian Kummerlaender |
2014-07-10 | Fixed TransformerFacade doctype output for xalan::FormatterToXML | 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-07-08 | Added ResultNodeFacade constructor overload for root nodes | Adrian Kummerlaender |
2014-07-07 | Implemented custom xercesc::DOMDocument deleter | Adrian Kummerlaender |
2014-07-05 | Revamped implementation to support FunctionTransform XalanNode input | Adrian Kummerlaender |
2014-07-04 | Changed FunctionTransform result type to node-set | Adrian Kummerlaender |
2014-07-01 | Removed unnecessary template member methods from TranformationFacade | Adrian Kummerlaender |
2014-06-30 | Switched external text formatter parameter to boost::filesystem::path | Adrian Kummerlaender |
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-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-03 | Replaced XSLTInputSource with LocalFileInputSource in "read-xml-file" | Adrian Kummerländer |