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 );
In reply to Re: how to put XML string in table cell
by Corion
in thread how to put XML string in table cell
by bimleshsharma
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |