[thelist] placing the pointer in a text file using PHP..

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


Continuing on with my text file..its actually an XML file. I can't
use my XML parsing script because I have the header information in my
XML file.. I need to strip that first. Here is what I get back:

-----------

**** need to delete between the asterisks
HTTP/1.1 200 OK
Date: Mon, 30 Dec 2002 21:38:38 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-30T21:38:38Z">
<Outcome>Success</Outcome>
<Product>
<Description/>
<ProductName>Kiddush Cup #1052</ProductName>
<ProductNo>117</ProductNo>
</Product>
</Response>
</XTE>
---------------

I see that I can use fseek() to place my pointer, but how can I find
out the place to put it correctly ..i.e., I need to find out in my
XML file where <?xml is so I can place the pointer right before the
opening <. Then I imainge once I place the pointer there I should be
able to remove that data..maybe using ftruncate()?

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