Closed GAZ082 closed 3 years ago
I didn't understand what you mean? The "//Field[@name='Property Language']"
can works.
Had single quotes missing, this worked:
XMLPath := fmt.Sprintf(`/properties/property[Field[@name='prop_label']='%v']/Field[@name='prop_id' or @name='prop_name' or @name='Property Language']`, propLabel)
Hey there. I have a record like this:
And would like to get the Property Language value among others. How can I deal with the space "Property Language" has?
Currently Im trying this:
Already t ried with double quotes, three single quotes, etc. etc. to no avail.
Any tip? Thanks!