From 34b2f97ac57489d7c9555a3cb0c92c808a4948ea Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Tue, 22 Apr 2014 22:49:56 +0200 Subject: Implemented basic XML output of external read-directory function * output is generated from XML hand-generated in a std::stringstream ** while this works reasonably well it is not how it should by done, i.e. this will have to be reimplemented using xerces / xalan constructs ** => this is intended to try out how a read-directory could work in a XSLT context --- dummy/transform.xsl | 8 +++++--- src/function/read_directory.cc | 24 +++++++++++++++++------- src/function/read_directory.h | 4 ++++ src/transformer_facade.cc | 8 ++------ 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/dummy/transform.xsl b/dummy/transform.xsl index c0437a0..6dc45dc 100644 --- a/dummy/transform.xsl +++ b/dummy/transform.xsl @@ -23,9 +23,11 @@