Using PHP 5's SimpleXMLUsing PHP 5's SimpleXMLUsing PHP 5's SimpleXML 01/17/2004 10:45 PM Unless you've worked with SGML, you may find it ironic that XML can be hard to parse. Most choices boil down to event-based parsing, bulky tree-walking, or writing more XML. The upcoming PHP 5 has another option, SimpleXML, that can take the pain out of simple and common XML uses. Adam Trachtenberg explains. This is a GrokNews Entry: (what is grok?)Using PHP 5's SimpleXMLGrok Headline matches for Using PHP 5's SimpleXMLUsing PHP 5 SimpleXMLUsing PHP 5 SimpleXML 01/17/2004 10:45 PM Posted on O'Reilly Network this article shows how to use SimpleXML to read an XML file, parse the results into a useful form, and query the document with XPath ... O'Reilly: Using PHP 5's SimpleXMLO'Reilly: Using PHP 5's SimpleXML 01/16/2004 10:58 AM NuCleuZ wrote in to tell us about a new article posted over on the O'Reilly Network for all of those out there looking forward to the quick and easy XML features coming in PHP 5. SimpleXML + POSTSimpleXML + POST 09/15/2004 07:50 AM Nelson Minar: If you're comfortable parsing XML, you're comfortable parsing doc/lit SOAP. But SOAP also offers the possibility of automatic data bindings (no parsing required) and WSDL (service description). Alas, those technologies still don't work so well in Perl, Python, or PHP where doc/lit support is weak. It does work pretty well in Java and .NET. Automatic data bindings is not as important in dynamically typed languages. Parsing XML in PHP is pretty easy with things like SimpleXML. Taken together, this leads to the conclusion that a toolkit approach may not be required. At the moment, in PHP if you want to do an HTTP POST, you need to use functions like fsockopen. A built-in function that made it easier to do a arbitrary POST would be useful in its own right. Zend: An Introduction to SimpleXMLZend: An Introduction to SimpleXML 04/29/2004 07:56 AM Zend has a new tutorial posted this morning covering one of the more anticipated features of PHP5 - SimpleXML. DevShed: An Introduction to SimpleXMLDevShed: An Introduction to SimpleXML 06/23/2004 07:39 AM DevShed.com has a new article posted highlighting one of the features in the upcoming PHP 5 release - SimpleXML. PHP Wiki: An Introduction to SimpleXMLPHP Wiki: An Introduction to SimpleXML 08/20/2004 08:31 AM For some, starting out with the new SimpleXML functions can be a bit of a challenge. It's not quite the same as the "old ways" of parsing, and might take a little getting used to. Well, this new article on the PHP Wiki should help shed some light on the subject. Community News: Some SimpleXML DocsCommunity News: Some SimpleXML Docs 02/10/2004 02:51 AM NuCleuZ wrote in to tell us about some SimpleXML documentation that has yet to reach the manual. SimpleXML Tutorial by Sterling HughesSimpleXML Tutorial by Sterling Hughes 04/30/2004 06:14 AM Straight from the horse's mouth. Sterling is one of lead developers of SimpleXML.
Fractured Realities: SimpleXML - A
|
Also check out: |