cancel
Showing results for 
Search instead for 
Did you mean: 

XML Query template

Former Member
0 Kudos

hi, all

can you tell me how to set param in source url of XML query template?

murali

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can set the parameter in the source url by using the the param.1 in the url itself

for example

C:\Inetpub\wwwroot\LincolnElectric\training\gpyles\CurrentData[Param.1].xml

here for example if u want to pass a parameter to the currentdate set the value in the parameter tab and paste the above url in the source

hope it works fine, tel me if it works fine.

regards,

shyam

jcgood25
Active Contributor
0 Kudos

For portability and upgrade criteria C:\Inetpub\wwwroot\LincolnElectric\training\gpyles\CurrentData[Param.1].xml would be better implemented as http://localhost/LincolnElectric/training/gpyles/CurrentData[Param.1].xml and you can always incorporate ?Name=Value pairs after the web file and embedded additonal [Param.x] tokens as desired.

Regards,

Jeremy