Improve XWatch

Are you missing a feature? Request its implementation here.
jokester01au
Posts: 64
Joined: Tue May 17, 2005 9:16 am

Improve XWatch

Post 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.
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Improve XWatch

Post 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
Post Reply