[ciapug] xml writing/validating

Tony Bibbs tony at tonybibbs.com
Wed Dec 20 14:49:58 CST 2006


Just a small warning about ZF...if you use that keep in mind it is in 
beta.  I think they release 0.6.0 last week and from what I hear while 
most of the stuff in the tarball is working well the API's are subject 
to change.

--Tony

Wade Arnold wrote:
> Php5 has a full implementation of the DOM specification. XML in php4 was
> basically string functions behind the scene. I would recommend migrating
> to php5 if you are just starting your project. Any php4 Dom_xml will not
> carry over to php5. 
> 
> Some of the things that you are requesting are part of the Zend_Uri
> package is really nice too that also rely on DOM from php5.
> 
> http://us2.php.net/manual/en/ref.dom.php
> 
> http://framework.zend.com
> 
> Wade
> 
> 
> 
> 
> -----Original Message-----
> From: ciapug-bounces at cialug.org [mailto:ciapug-bounces at cialug.org] On
> Behalf Of Barry Von Ahsen
> Sent: Wednesday, December 20, 2006 2:36 PM
> To: ciapug at cialug.org
> Subject: [ciapug] xml writing/validating
> 
> anyone writing xml with php?
> 
> maybe I don't know what I'm looking for, but it seems to me there should
> 
> be a class, you pass a dtd/xsd to the constructor, then you can create 
> elements based on the dtd/xsd (yes, just that simple :)
> 
> it looks like the pear::xml_fastcreate looks close, but isn't officially
> 
> packaged for rhel4.3
> 
> what are you guys using for writers/validators?  anything php4.3/rhel4.3
> 
> compatible is especially welcome
> 
> -barry
> 
> 
> _______________________________________________
> ciapug mailing list
> ciapug at cialug.org
> http://cialug.org/mailman/listinfo/ciapug
> _______________________________________________
> ciapug mailing list
> ciapug at cialug.org
> http://cialug.org/mailman/listinfo/ciapug


More information about the ciapug mailing list