php-general | 2001092
Date: 09/28/01
- Next message: Caleb Carvalho: "[PHP] parse error newbie :)"
- Previous message: php: "RE: [PHP] Fw: Print float with varying format???"
- In reply to: Augusto Cesar Castoldi: "[PHP] Do you work with XML?"
- Next in thread: Tamas Arpad: "Re: [PHP] Do you work with XML?"
- Reply: Tamas Arpad: "Re: [PHP] Do you work with XML?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Caleb Carvalho: "[PHP] parse error newbie :)"
- Previous message: php: "RE: [PHP] Fw: Print float with varying format???"
- In reply to: Augusto Cesar Castoldi: "[PHP] Do you work with XML?"
- Next in thread: Tamas Arpad: "Re: [PHP] Do you work with XML?"
- Reply: Tamas Arpad: "Re: [PHP] Do you work with XML?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

