I am hoping this is obvious to someone, it's not to me. The data below
is what my taglib returns;
<page>
<content>
<table_data>foo</table_data>XML::LibXML::Element=SCALAR(0x8d8b068)</cont
ent>
</page>
This is the code that makes it:
my $doc = new
XML::LibXML->parse_string("<table_data>foo</table_data>");
if ($doc) {
my $root = $doc->getDocumentElement();
$root = $document->importNode($root,1);
$parent->appendChild($root);
} else {
die "XML::LibXML returned undef";
}
I can elaborate if need be.
Don Shanks
Web Development & Design
BPSS.net
[EMAIL PROTECTED] - 425 879 1289