in reply to outputting xml
End tag 'leftIndex' does not match the start tag 'body'
Apparently, your generated XML is not well-formed... My first guess would be that it's because you've commented out this <leftIndex> start tag:
# Inserts leftIndex tag for document # #$xml = qq^<leftIndex>^;
|
|---|