Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

Re: [PHP] Do you work with XML? From: Matt Greer (mgreer72 <email protected>)
Date: 09/28/01

on 9/28/01 7:14 AM, Augusto Cesar Castoldi at accastoldi <email protected> wrote:

> Please,
>
> I really need orientation, I'm trying to use XML and
> PHP but I can't find anything about that.
>
> I want some functions do Add and/or remove data of a
> XML file.

I use xml with php on my site. It's a bit raw and not really how I'd like
it, but until I can find a good xsl solution it works. PHP offers functions
to parse an xml file and stick the data it finds into an array, arranged how
you like. So using that I created my own, basic xslt processor.

Adding data to an xml file is really easy, it's just a text file. You can
create scripts that write to xml files the same way you'd write to any file
really.

Matt

_________________________________________________________
Do You Yahoo!?
Get your free  <email protected> address at http://mail.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>