Page 1 of 1
debugger trace buffers for chunk output
Posted: Thu Jun 23, 2005 5:39 pm
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.
Posted: Fri Jun 24, 2005 4:07 pm
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
Posted: Sun Aug 21, 2005 7:51 pm
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

It would be
very nice to have this feature.
Thanks,
Gerd
Posted: Mon Aug 22, 2005 12:32 pm
by sorin_ristache
Hello,
It was implemented already and it will be included in version 6.2 released in September.
Best regards,
Sorin