[Xsltforms-support] enhancement request
Brought to you by:
alain-couthures
From: Stephen C. <Ste...@ut...> - 2009-08-07 01:07:11
|
Hello, In a select list the ability to compose a itemset label using an Xpath would be nice, this almost seems to work (typing an incorrect function name gives an error at least) but no result is presented. For example: <xf:itemset nodeset="instance('inst_people')//person"> <xf:label ref="concat('first_name',' ','second_name')"/> <xf:value ref="@id"/> </xf:itemset> In this case the item labels are composed of each persons first and second names concatenated with an intervening space. -- Regards Stephen Cameron Data Programmer Integrated Marine Observing System (IMOS) eMarine Information Infrastructure Project University of Tasmania, Private Bag 21, Hobart, TAS 7001, Australia Tel: +61 3 6226 8507 Fax: +61 3 6226 2997 Email: ste...@ut... URL: http://www.imos.org.au/eMII.html |