From c228df3eba3faaf1190c9a15b9d9192d644ce0bd Mon Sep 17 00:00:00 2001 From: Moskvitin Andrey Date: Mon, 2 Aug 2010 22:13:06 +0400 Subject: [PATCH] fix bug --- xslt/stylesheet.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xslt/stylesheet.lisp b/xslt/stylesheet.lisp index e40baab..9e45eba 100644 --- a/xslt/stylesheet.lisp +++ b/xslt/stylesheet.lisp @@ -166,7 +166,7 @@ (defmethod transform ((path pathname) (doc document)) (with-stylesheet (style path) - (transform style obj))) + (transform style doc))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; with-tranform-result