Hi All,
I have written a XQuery that performs some transformation on a lengthy XML. As there were some repetitive element nodes in a hierarchy, had to go for recursive function calls during transformation. For eg, there is an element named "item" occurring in the XML as shown below. <item> <child1></child1> <child2></child2> <item> <child1></child1> <child2></child2> </item> </item> Because of the lengthy source xml and multiple recursive executions, MarkLogic Stack got filled up. Is there any way to explicitly increase the stack size or to clean up stack. Or is there a better way of transformations implementation rather than using recursive procedures. Thanks, Sunil. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful.
_______________________________________________ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general