debugger trace buffers for chunk output

Are you missing a feature? Request its implementation here.
nonames
Posts: 3
Joined: Thu Jun 23, 2005 5:28 pm

debugger trace buffers for chunk output

Post by nonames »

Have you ever tried to debug DocBook templates with chunkable output in oXygen? The problem is what content is not output directly, but stored in a variable first. It is very inconvenient (rather say impossibe) to exactly track creation of this content step-by-step, because oXygen doesn't allow you to view buffer in this case.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

A future version will offer a tree view of nodeset variable content and a separate tab that displays the content outputed with the result-document element (XSLT 2.0). Chunked output in DocBook stylesheets is obtained with extension functions. In such a case you will watch the tree view of the buffer variable that keeps the chunk content until it is outputed to a file on disk.

Thank you,
Sorin
gerdcastan
Posts: 1
Joined: Sun Aug 21, 2005 7:42 pm
Contact:

Post by gerdcastan »

sorin wrote: A future version will offer ... a separate tab that displays the content outputed with the result-document element (XSLT 2.0).
Any output of my stylsheets is via the result-document element. I don't see any output at the moment :cry: It would be very nice to have this feature.

Thanks,
Gerd
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

It was implemented already and it will be included in version 6.2 released in September.

Best regards,
Sorin
Post Reply