cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I have an xml query that needs a Param.1 in the source url. What is the proper syntax when accomplishing this.

I have tried this below without success.

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

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

0 Likes
View Entire Topic
Former Member
0 Likes

You were close...

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

No brackets, no single quotes needed.

- Rick