Extract Images and font styles from XML file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sathyaparthi
Forum Newbie
Posts: 7
Joined: Fri Jul 09, 2010 12:06 am

Extract Images and font styles from XML file

Post by sathyaparthi »

HI,

Values passed from Editor and Stored in XMl with Tags stored like this Format ,


<img alt="smiley" height="20" src="http://localhost/Cloud-New/plugins/smil ... _smile.gif" title="smiley" width="20"/>
<strong>When motorized transport replaced horse-drawn transport starting 1905, a motorized omnibus was called an autobus, </strong>

But While Retrieving From xml file using Xpath and Xquery value are show like,


When motorized transport replaced horse-drawn transport starting 1905, a motorized omnibus was called an autobus,

But i need to retrieve same values which stored in XML.

Can u plz reply me as soon as possible?.

Thanks
Post Reply