Page 1 of 1

Searching in the output of the XSLT debugger

Posted: Fri Jan 04, 2013 7:51 pm
by susannecm
I am working on a DITA plugin for custom PDF output and used the XSLT debugger to transform stage1.xml with topic2fo_shell.xsl which was very helpful.
However, there was one thing that always took very long: Finding a particular text fragment in the FO output. Is there a way to search the output? And is there a way to get a better display of the often very long lines in the output?

Thanks for your help

Susanne

Re: Searching in the output of the XSLT debugger

Posted: Fri Jan 04, 2013 11:08 pm
by ionela
Hi Susanne,

To get a better display for the very long lines in the output you can enable the Line Wrap option from Option -> Preferences -> Editor / Edit modes / Text. Please note that enabling this option will automatically wrap lines in all edited documents, not only in the output.
Then, you can search for a particular text fragment in the output using Find/Replace dialog (Ctrl+F).

Let us know if you need further assistance.

Regards,
Ionela

Re: Searching in the output of the XSLT debugger

Posted: Mon Jan 07, 2013 1:28 pm
by susannecm
Perfect - thank you