[ciapug] xml writing/validating
Wade Arnold
wade at t8design.com
Wed Dec 20 14:50:19 CST 2006
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
More information about the ciapug
mailing list