Profile
Achievement

dom111's Recent SnippetsTagged xml
- All /
« Prev 1 Next »
I’ve recently had to parse some pretty large XML documents, and needed a method to read one element at a time.
Here’s a fairly simple solution in PHP.
0
1161
posted 12 years ago by dom111
I’ve recently had to parse some pretty large XML documents, and needed a method to read one element at a time.
Here’s a fairly simple solution in Ruby form.
0
533
posted 12 years ago by dom111
Because htmlentities just doesn't cut it.
Recently needed this to work with 3rd part software, ended up having to make it pretty robust so thought I'd share!
0
362
posted 13 years ago by dom111