Avatar

Correct answer by
Level 4

Hello @montezh2001 

 

the type of your ''res'' variable is xml and the replace function works only on string variables. You have to convert your xml variable to a string one like this :

var res = results[0].@image1.toXMLString();

 

Amine_Abedour_0-1645130209750.png

result : 

Amine_Abedour_1-1645130285678.png

 

Br,

 

Amine

 

View solution in original post