How to display data in text file into xml?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amel86
    New Member
    • Apr 2010
    • 25

    How to display data in text file into xml?

    Hello everyone,
    My problem is i want to display data in txtfile to the xml file.

    For example i write www.yahoo.com in the test.txt and i want to display the link (www.yahoo.com) in the xml file.

    Please anyone help me.

    Code:
    <albuminfo>
    		<artLocation>slideshow/slide1.jpg</artLocation>
    		<artist>The Doors</artist>
    		<albumName>Greatest Hits</albumName>
    		<artistLink>[B]link1.txt[/B]</artistLink>
    		<albumLink>http://www.yahoo.com</albumLink>
    	</albuminfo>
    so i want call the link at the artistlink section
Working...