|
|
|
User Rating: Rated by: |
Good (3.1/5) 16 user(s) |
|
|
|
Simple XML parser 1 description |
|
|
Simple XML parser function is a quick solution to simple XML parsing. Simple XML parser function is a quick solution to simple XML parsing.
It takes some XML code and a tag name and returns an array of the contents of all the ocurrences of that tag in the XML code.
This does not offer a solution to all XML parsing problems, (for that try PHP's XML parser functions), but it does provide a quick way to split data out of simple XML schemas.
|
|