From: Василий С. <wst...@gm...> - 2011-05-19 17:09:41
|
hi! i try to transform document with xslt in recursive function like: declare function local:clean-document(node, xslt){ (: transform node with xslt :) (: check transformation result :) (: if need do it again :) local:clean-document(document, xslt) (: else return node :) } and this transformation except with memory allocation error. i want to clearly understand: xq copy node in each call function? how to make recursive function to work with one node in each iteration? -- С наилучшими пожеланиями Василий Старцев |