Hi Jeff,
    What are you planning to do with XML?

    As for now, there are three or four main things you can do with PHP and
XML
1. create webapplication that call remote functions using SOAP (nuSoap and
PEAR SOAP and the libraries to use)
2. create websites that use XML messaging to retrieve data (non SOAP, just
pure XML calls and XML replies)
3. manipulate and generate XML files (using DOM or SAX) - use the standard
XML APIs form PHP (I recommend PHP 4.3.1)
4. use Krysalis or Popoon to publish information by separating the
application logic from the presentation layer (XML/XSL publishing)

    How do you plan to use XML with PHP? You just want to do some research
for future projects or do you have a project to be made that somehow
requires XML?

                Alexandru

-- 
Alexandru COSTIN
Chief Operating Officer
http://www.interakt.ro/
+4021 312 5312
"Jeff Harris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Jul 8, 2003, "Alexandru COSTIN" claimed that:
>
> |    Hi,
> |    I've just read the other thread about spammers and such.
> |    Indeed, my announcement - even for a free platform - was not
complying
> |to the posting guidelines as it not a response to any questions asked.
> |
> |    I apologize.
> |
> |                Alexandru
> |
>
> I've just started poking around with XML. Does anyone know anything that I
> might use to learn more about it? Optimally, it would be available in the
> pear repository, and have plenty of documentation.
>
> Jeff
>
> -- 
> Registered Linux user #304026.
> "lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import"
> Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
> Responses to this message should conform to RFC 1855.
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to