|
top
|
 Subject: concat function not working with my expression Author: Braam Ekermans Date: 07 Aug 2008 06:55 AM
|
Hi
I have the following Xpath content used in table format:
def1:file[@usage="definition"]/@crc
This works fine and returns the wright value, I must however use this in concat function because this field is part of the name in a dynamic image, so want to use it like this:
concat(/def1:order/@id, "_", @id, /def1:file[@usage="definition"]/@crc, "_CoverorFoil", ".jpg"), but it doesnt work, all the other fields work fine, but the moment I put the / in front of the first statement to use in concat format, it does not return a value anymore.
I have also uploaded a sample xml file.
Any Ideas?
Thank you
Braam
order.xml XML File
|
|
|