mike.younes 0 Posted August 6, 2015 Report Share Posted August 6, 2015 I got an XML file. I wrote a HTML code that traverses the xml file and outputs it as a tree from the html file Im trying to figure out how to attach a link to the xml elements, such as when I click on the name in the output, its open a website. I tried: < Control><![CDATA[<a href='http://www.transientminds.org'>Cli... Here for a demo</a>]]></Control> Also tried: < ?xml version="1.0" encoding="UTF-8"?>< MAIN xmlns:xlink="http://www.w3.org/1999/xlin... MAIN< MainStation xlink:type="simple" xlink:href="http://google.com" xlink:show="new"> Mainstation1< /MAIN>both not working Attached is the tree that im getting. i want such tht when i double click on Mainstation, or something else, to open google.com Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.