Searching in the output of the XSLT debugger

Here should go questions about transforming XML with XSLT and FOP.
susannecm
Posts: 109
Joined: Wed Mar 17, 2010 1:04 pm

Searching in the output of the XSLT debugger

Post 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
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Searching in the output of the XSLT debugger

Post 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
Ionela Istodor
oXygen XML Editor and Author Support
susannecm
Posts: 109
Joined: Wed Mar 17, 2010 1:04 pm

Re: Searching in the output of the XSLT debugger

Post by susannecm »

Perfect - thank you
Post Reply