Hi @wpallimport,
Thank you for taking the time.
{parameters/parameter[parameter_name/item/text[contains(.,"Weight")]]/option_name/item[language_code="en"]/text}
Some times the “Weight” is “Weight (kg)”
In that case could I have as bellow ?
{parameters/parameter[parameter_name/item/text[contains(.,"Weight") or contains(.,"Weight (kg)"]]/option_name/item[language_code="en"]/text}
Or the or function should be made differently ?
-
This reply was modified 6 years, 10 months ago by xdelios.
Also to let you know I already know that I can just drag the “Name” and “Value” and xpath will create the code.
My correct question is if something like a foreach command would work here or not.
regards