Page 1 of 1

Improve XWatch

Posted: Fri Nov 23, 2007 6:16 am
by jokester01au
It would be great if it was possible to call xslt-2.0 functions (ie ones declared in the stylesheet using <xsl:function>) from the XWatch window.

Also, I frequently use entities to replace repetitive or verbose XPath expressions with shorter more meaningful names.

This works nicely, until I need to examine one of my expressions using XWatch (which doesn't dereference the entity). It would thus be great if I could use the same entities in XWatch that I have available in the stylesheet. I realise that this is not necessarily straightforward, since different stylesheets in the same execution instance may potentially use different or even conflicting entities. I think that the most intuitive process for this would be to resolve entities only once (not every time the XWatch expression is executed), and to do so using the most recently focused stylesheet.

Regards,
Joe.

Posted: Fri Nov 23, 2007 1:40 pm
by Radu
Hi,

Thanks for the suggestions.
I placed feature requests for each of them.
The second one seems not too common and more difficult to accomplish but it will be discussed.

Regards,
Radu

Re: Improve XWatch

Posted: Wed Dec 05, 2007 5:03 pm
by sorin_ristache
jokester01au wrote:It would be great if it was possible to call xslt-2.0 functions (ie ones declared in the stylesheet using <xsl:function>) from the XWatch window.
It will be possible starting with version 9.1 which will be released this month. We implemented your request.


Regards,
Sorin