in reply to how to put XML string in table cell
What is the real HTML output of your script?
Also, if you want to print the XML that is contained in $x, then you maybe want to learn about how HTML encodes <>.
I suggest HTML::Entities:
print encode_entities( $x );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to put XML string in table cell
by bimleshsharma (Beadle) on Jan 22, 2014 at 10:27 UTC | |
by Corion (Patriarch) on Jan 22, 2014 at 10:27 UTC | |
by bimleshsharma (Beadle) on Jan 23, 2014 at 05:00 UTC |