in reply to Re: Re: Node Parser too slow?
in thread Node Parser too slow?

Oops, I should have read the code more carefully. I thought it was just an XML file that was converted to HTML without recursion.

Recursion complicates matters to the point that you have to do major hacking in order to get this to work with XSLT if it is possible at all.

Thanks for pointing this out, -gjb-