 |
| File |
Role |
Description |
xmlparser.gif |
Screen |
Example of the output of a parsed XML document |
|
- Parses arbitrary XML input and builds an array with the structure of all tag and data elements.
- Optionally, keeps track of the positions of each element to allow the determination of the exact location of elements that may be contextually in error.
- Supports parsed file cache to minimize the overhead of parsing the same file repeatdly.
- Optimized parsing of simplified XML (SML) formats ignoring the tag attributes.
 |
| Project record: |
xmlparserclass |
| Popularity score: |
133.29 |
| Vitality score: |
8.61 |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (78.5%) |
Sufficient (74.7%) |
- |
Sufficient (68.8%) |
- |
- |
Not sure (53.6%) |
1101 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| PHP Generic XML parser class |
To implement a project to exchange data between remote 1S : Buhgalteriyami and central database 1S : Enterprise (all through corporate veb-servera), looking for information directly on the server... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| XML writer class |
Class that does the opposite: writing a XML document structure to a file or stream. |