FW: [PHP-DEV] Recommended XML parser?

2002-06-18 Thread Joel Dudley




It can depend on what your needs are. Are you going to employ DOM or do
narrative type parsing?

Joel Dudley
Faculty Research Associate
Arizona State University
Kumar Laboratory of Evolutionary Functional Genomics
http://lsweb.la.asu.edu/skumar/


-Original Message-
From: Blake Barnett [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 17, 2002 5:18 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DEV] Recommended XML parser?


What is the recommended XML parser for use with PHP 4.2.1?  (and also
4.1.0 if anyone is willing to answer that as well?)

From reading the list archives I'm seeing a lot of people bash expat and
lean toward libxml2, I just wanted to get the consensus before I commit
a project to using one or the other.

Thanks,
 
-- 
Blake Barnett (bdb)  [EMAIL PROTECTED]
Sr. Unix Administrator
DevelopOnline.com office: 480-377-6816

Learning is a skill, you get better at it with practice.


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



[PHP-DEV] understanding resources

2002-06-13 Thread Joel Dudley

Hello all,
  I need to write a molecular visualization extension for PHP to complete a
project I am working on. It will have to work somewhat like GD by creating a
resource, having other functions operate on that resource, and then output
an image. I have trouble finding a good explanation of resources in the PHP
docs. Perhaps I missed a section. Regardless, does anyone here know of a
resource that explains resources in extensions? I think I will go over the
GD source code for now, and perhaps that is the best answer to my question.
Thank you for reading my post.

Joel Dudley
Faculty Research Associate
Arizona State University
Kumar Laboratory of Evolutionary Functional Genomics
http://lsweb.la.asu.edu/skumar/