Hi i wanted to know is there a way that i can link a hyperlink from an html to pick a particular element from the xml file example html file with hyperlink <a href="Sintel.xml">title</a> that picks up the xml element sintel from the above list of xml or anything similar to that <item> <title>Sintel</title> <jwplayer:file>videos/hofbell30732_SD.mp4</jwplayer:file> <jwplayer:hd.file>videos/film.mp4</jwplayer:hd.file> </item> <item> <title>Big Buck Bunny</title> <jwplayer:file>/videos/nPripu9l-327.mp4</jwplayer:file> <jwplayer:hd.file>/videos/nPripu9l-67067.mp4</jwplayer:hd.file> </item> Code (markup):
Do you mean to open an xml feed via a hyperlink, but only have a certain portion of the xml file to display? Currently this, if this is what your mean, is not possible. If you mean, auto-scroll down to a particular element, this is not possible yet either. Either of those right?
If you want to pick up a particular element from the list of xml elements then it is not possible at present.