ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved