XML

Original post provide by PHP Classes: Latest entries
Package: XML
Summary: Parse XML documents into arrays and vice-versa
Groups: Data types, PHP 5, XML
Author: Ricardo Alexandre Sismeiro
Description: This class can be used to parse XML documents and build an array with the document structure.

It can also generate XML documents from nested arrays that define the document tag structure.

The class can load XML documents from files or text strings. It turns the document tags into keys of a nested associative array. The resulting array is stored in a class variable.

It can also take an array with the document structure and generate a XML document. The document XML is returned as a string.

Previous Articles:
Microsoft Deprecating Some OOXML Functionality
christian.einfeldt writes "According to open standards advocate Russell Ossendryver, Microsoft will be deprecating certain functionality in its Microsoft Office Open XML specification. Ossendryver says the move is an attempt to quiet critics of the specification in the run up to the crucial February ISO vote.
TSA Limits Lithium Batteries On Airplanes
As of January 1, no spare lithium batteries are allowed in checked luggage. Batteries carried in the cabin are subject to limitations on per-battery and total lithium content, and spare batteries must have the terminals covered. If you're returning home from the holidays with new toys, be sure to check out the new restrictions before you pack."Read more of this story at Slashdot.
Domains May Disappear After Search
Ponca City, We Love You writes "Daily Domainer has a story alleging that there may be a leak that allows domain tasters to intercept, analyze and register your domain ideas in minutes. 'Every time you do a whois search with any service, you run a risk of losing your domain,' says one industry insider.
Ivo Jansch's Blog: Book Announcement: Enterprise PHP Development
Ivo Jansch is very happy to announce that it's official he will be authoring a book for php|architect all about PHP in the Enterprise: It will be one of the first books about PHP that will not cover PHP code. It is loosely based on my 'enterprise PHP development' talk at the Zend UK Business Conference last year.
Evan Sims' Blog: Announcing LibGameFly
At the moment it's very simple, just allowing you to expose your GameFly queue as a native PHP class and doing... well, whatever the hell you want with it. It works with some of the feed functionality (RSS/APIs) to grab data about users' accounts.
More Articles:
Rich Internet Applications Vs AJAX: "2008 Will Be A Crucial Year"
While AJAX, as XML co-inventor Tim Bray puts it, 'tries to do everything in the browser using just what the browser ships with,' RIA frameworks like Adobe AIR, Microsoft Silverlight, and JavaFX aim to take developers beyond the limitations of the browser.
PHPLogger
It can open separate log files to write error log messages depending on the error severity levels. The class supports error severity levels: debug, info, notice, warning and error. Error messages of all severity levels are written to the default error log file.
How To Launch A Successful Technology Start-Up
'Ten years ago,' Coach Wei tells Jeremy Geelan in this exclusive interview with AJAXWorld Magazine, 'I was as a poor graduate student naive enough to start a company at the bottom of the 'dot-bomb' burst. I learned so much coping with the 'nuclear winter,' raising $18M in financing, working through all the challenges associated with the market, dealing with investors and everything else.
American Security Firms Collaborate On Chinese Olympics
"'I don't know of an intelligence-gathering operation in the world that, when given a new toy, doesn't use it,' said Steve Vickers, a former head of criminal intelligence for the Hong Kong police who now leads a consulting firm. Indeed, the autumn issue of the magazine of China's public security ministry prominently listed places of religious worship and Internet cafes as locations to install new cameras.
Image Uploader
It takes an uploaded image and check whether the MIME type is of GIF, JPEG or PNG formats, if the file size does not exceed a given limit, or the image width and height is not smaller than a given size.

Leave a Reply