I have this element in XML:
<ImageURL>https://ganjaseeds.cz/wp-content/uploads/2020/01/amnesia_3.jpg|https://ganjaseeds.cz/wp-content/uploads/2020/01/file_42_23-scaled.jpg</ImageURL>
How can I select first value before "|", then second value after "|", then next value if exist.
I try:
ImageURL[!@]|[1]
ImageURL[!@]|[2]
ImageURL[!@]|[3]
But this option is not function
question from:https://stackoverflow.com/questions/65946870/how-to-select-first-and-next-value-from-element-xpath