[thelist] handling XML in my php page

Tom Dell'Aringa pixelmech at yahoo.com
Mon Dec 30 10:44:01 CST 2002


Hi all, I am posting to a proprietary DB and getting a header and
some XML back to me. I need to be able to use this information. This
is what I am getting:

-------------------------------
Date: Mon, 30 Dec 2002 16:24:41 GMT
Server: Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2
mod_jk/1.1.0 mod_ssl/2.8.4 OpenSSL/0.9.6g PHP/4.1.2
mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25
X-StoreSense: 5.1.0.212
Cache-Control: no-cache
Connection: close
Content-Type: text/xml

<?xml version="1.0"?>
<XTE>
<Response type="Product" txnid="pm01"
timestamp="2002-12-30T16:24:41Z">
<Outcome>Success</Outcome>
<Product>
<Description/>
<ProductName>Kiddush Cup #1052</ProductName>
<ProductNo>117</ProductNo>
</Product>
</Response>
</XTE>
--------------------
(from view source). How can I, for example, get the <ProductNo> and
use it? I've looked on php.net and the info there didn't explain
things very well (at least to me..i'm somewhat of a newb).

TIA

Tom

=====
var me = tom.pixelmech.webDeveloper();

http://www.pixelmech.com/
http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the thelist mailing list