I am trying to import a gallery of images for a specific content type. The XML file looks like this:
<img1> https://xml.....</img1><img2> https://xml.....</img2><img3> https://xml.....</img3><img4> https://xml.....</img4><img5> https://xml.....</img5>
The node has a different and unknown number of images.I'm using QueryPath's XML parser to import the contents to the node, but I don't know how to import all the images. Some nodes have up to 50 images.