From ddfe25807ef90ddd3d10fd4532875ffdb5d5e9c5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Tue, 29 Apr 2014 19:24:58 +0200 Subject: Simplified external function result node set * all functions return a single "error" node in the case that something went wrong * otherwise they return one or more "result" nodes that contain the function results and may be distinguished by one or more attributes * this makes handling the return values easier and more pleasing to the eye as not everything has to be prefixed by "self::*" * updated test transformation accordingly --- dummy/transform.xsl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'dummy') diff --git a/dummy/transform.xsl b/dummy/transform.xsl index 359db05..eab7a81 100644 --- a/dummy/transform.xsl +++ b/dummy/transform.xsl @@ -20,11 +20,11 @@