rlemon
11-23-2005, 09:39 PM
is it possible, using SimpleXML (php) to read it, to have html text formatting within a node?
example:
<node>
<child1>value</child1>
<child2>value with <b>html formatting</b></child2>
</node>
this doens't work for me... do i need to make replace strings for the text formatting? then like ?
example:
<node>
<child1>value</child1>
<child2>value with <b>html formatting</b></child2>
</node>
this doens't work for me... do i need to make replace strings for the text formatting? then like ?