Project

Profile

Help

Feature #6402

open

Successive calls to getXslMessages accumulates messages

Added by O'Neil Delpratt 12 days ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
SaxonC API
Start date:
2024-04-24
Due date:
% Done:

0%

Estimated time:
Found in version:
12.4.2
Fixed in version:
Platforms:

Description

Reported by user here https://saxonica.plan.io/boards/4/topics/9646?r=9651#message-9651

User noticed the reuse of PyXsltExecutable, that the messages will accumulate across calls to transform_to_*() unless I do this:

    executable.set_save_xsl_message(False)
    executable.set_save_xsl_message(True)

As a feature request it would be nice to have clear_messages() method.

No data to display

Please register to edit this issue

Also available in: Atom PDF