PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_Amazon » Bug #5869

Provide access to the raw XML returned from the service

Details

Request #5869Provide access to the raw XML returned from the service
Submitted2005-11-04 18:39 UTC
Fromstoyan at gmail dot com
Assignedttsuruoka
StatusClosed
PackageServices_Amazon
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2005-11-04 18:39 UTC] stoyan at gmail dot com

Description:
------------
It would be nice if the package can return the XML result from the request, without XML_Unserialize-ing it, leaving the class user to decide what to do with the XML (e.g. parse it on the client-side with JS)