Subject:XSL dynamic variables Author:steve wilson Date:18 Aug 2009 10:48 AM
Hi,
Just wondering if it possible to create variable name dynamically..i tried the below option and i am getting an error 'Expected Qname '..would appreciate any help.
Subject:XSL dynamic variables Author:steve wilson Date:19 Aug 2009 10:04 AM
Hi,
Thanks for your answer..I have the below requirement and thought I could achieve this using dynamic variables.
I have a source order xml and it has several line items..while transforming source to target, need to generate a unique id for every line item and I am able to do this..the line items are also at some other level in source xml..while transforming these second set of line items to target, I need to use the same unique id generated above for the line item..so I need some kind of temporary storage to store the unique IDs and access later..this is my requirement...would appreciate your inputs.