Emmanuel Begue wrote:

> Hello,
> 
> In the case of an OOo filter (XSLT) that takes
> a long time to run (big source document) is there
> a way to provide some kind of feedback to the
> end user?
> 
> When using the same transformation from a
> command line, I use <xsl:message> instructions
> to show the user what nodes are being processed
> and what actions are being taken.
> 
> But, when run as a filter, xsl:message don't
> show up anywhere (that I know of): can they
> be displayed, and how? or is there another
> way to provide feedback?

The xsl filter is embedded into a filter framework. This framework
itself implements our UNO API for filters that has such means (it's a
callback API to objects passed along with the load/save calls).

I don't know if it is possible to catch messages from the xsl
transformation and pass it to our API callbacks. If nobody else is
familiar with our xsl filter code, I'm afraid we have to wait until
Svante Schubert jumps in (who is on vacation right now).

Ciao,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "[email protected]".
I use it for the OOo lists and only rarely read other mails sent to it.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to