Re: XML to SOAP::Data - done
by gsowww other posts by this author
Sep 17 2005 1:50PM messages near this date
view in the new Beta List Site
XML to SOAP::Data
|
how prevent XML::Parser from resolving entity references?
& XSLT Problem solved:
# raw xml
$xml_content = "<foo> <bar>123</bar></foo>";
$elem = SOAP::Data-> type('xml' => $xml_content);
alternatively the following might work:
my $som = SOAP::Deserializer-> deserialize($xml)
combined with the SOAP::SOM 'dataof(node)' method.
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
gsowww
gsowww
|