On 22/06/2012 16:39, Mark Callow wrote:
I've got another issue. XMLMind is reformatting the text within <idl></idl> basically converting all occurences of white space to a single space and creating a single long line. This means the generated html is incorrect. I tried fixing it by using <br/> and (after defining that entity). XMLMind is retaining the but not the <br/> so it's still broken.I figured out how to fix this. It's really simple: change <idl> to <idl xml:space="preserve">. I'll update the template. Regards -Mark |