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
2.1m questions
2.1m answers
60 comments
57.0k users