[xsl] Querying Result tree work around

Subject: [xsl] Querying Result tree work around
From: David Carver <d_a_carver@xxxxxxxxx>
Date: Fri, 23 Dec 2005 08:53:45 -0500
I managed to get the XSLT working the way I wanted. Unfortunately, I had to resort to using the saxon:assign extension to allow me to update a list of objects that had already been added to the result tree. It was the only way I could figure out how to handle the infinite recursion problem, especially since the recursion could repeat several levels down in the hierarchy of the result tree.

Thanks for the tips, and advice.

Dave

Current Thread