From 947a8389728ff7d052fa820f598da3c17802f3d1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 27 Apr 2014 17:24:30 +0200 Subject: Added status information to external read-xml-file function * XML tree is contained below the _content_ node if read was successful ** status is set to error otherwise * updated test transformation accordingly --- dummy/transform.xsl | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'dummy/transform.xsl') diff --git a/dummy/transform.xsl b/dummy/transform.xsl index fc6c15b..359db05 100644 --- a/dummy/transform.xsl +++ b/dummy/transform.xsl @@ -24,16 +24,26 @@ - Could not read file. + Could not read text file. - +
+ + + +
    + +
  • +
    +
+
+ + Could not read XML file. + +
+
-- cgit v1.2.3