[Xsltforms-support] <xf:trigger><xf:label ref ="myLabelDoesNotSeemToWork"/></xf:trigger>
Brought to you by:
alain-couthures
From: christophe g. <chr...@e-...> - 2010-02-01 16:47:32
|
Hi all I am doing some tests before trying to migrate my XRX app to XSLTForms, and triggers' label with ref attribute does not seem to produce the expected result. I am missing something there, or is this feature not yet implemented : <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <title>XSLTForms test various</title> <xf:model> <xf:instance xmlns="" id="test"> <cart> <items> <item>windshield wipers</item> </items> </cart> </xf:instance> </xf:model> </head> <body> <xf:trigger ><xf:label ref="instance('test')/items/item[1]"></xf:label></xf:trigger> </body> </html> Cheers Christophe -- Christophe Geiser, social entrepreneur e-Smile, solutions in monitoring and information management -- |