Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
![]() ![]() ![]() | Total: 2,008 | All time: 1,940 This week: 270![]() |
Version | License | PHP version | Categories | |||
simplelargexmlparser 1.6 | GNU Lesser Genera... | 5.0 | XML, PHP 5 |
Description | Author | |||||||||||||||||||||||
This class can be used to parse XML documents and return arrays of elements. |
|
___________________________________________________________ PHP Simple Large XML parser - Version 1.6 October 2009 ___________________________________________________________ Copyright (c) 2009 Dragos Protung _______________________ CONTENTS _______________________ 1. Description 2. System Requirements 3. How to use 4. Contact _______________________ 1. Product Description _______________________ This class can be used to parse large XML files (it works with small one also) fast and with minimum of memory consumption. It can parse any valid XML and convert it to an array. You can parse any part of the XML as it supports XPath with the same performance as parsing the entire XML (well, a little bit faster as it’s less data to parse) _______________________ 2. System Requirements _______________________ PHP 5.0+ ______________ 3. How to use ______________ Please refer to the example script. ______________ 3. Contact ______________ Please send your suggestions, bug reports and general feedback to dragos@protung.ro Also visit http://www.protung.ro Out for now ;) |
![]() |
File | Role | Description |
---|---|---|
![]() |
Class | The class |
![]() ![]() |
Example | Example script |
![]() ![]() |
Data | Example XML |
![]() ![]() |
Lic. | License |
![]() ![]() |
Doc. | Readme |
![]() | simplelargexmlparser-2009-10-27.zip 12KB |
![]() | simplelargexmlparser-2009-10-27.tar.gz 12KB |
![]() | Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
New PHP Simple Large XML Parser version I have added support for node attributes to the PHP Simple Large XML Parser class... |
PHP simple large XML parser I needed a simple PHP script to parse large XML files fast and without huge memory consumption, so I’ve written a small class for this... |
Simple XML Parser Namespace support I have added support for namespaces to the parser... |