Welcome To Snipplr
Everyone's Recent Snippets Tagged xml
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Simple piece of PHP to get the contents of a specified tag from an XML file and return it
3
1586
posted 14 years ago by ollie101
Basic usage of GreenSock\'s LoaderMax class for AS3. A simple slideshow controlled via XML.\r\n\r\nGo to http://adamcoulombe.info/lab/as3/loadermaxslideshow/ for demo and downloads.
3
1086
posted 14 years ago by adamcoulombe
the LIBXML parameter is what this snippet is about. Also this is one way to retrieve XML without having a XML-declaration prepended <?xml>
1
874
posted 14 years ago by iroybot
Code is to demonstrate the use of DocumentBuilder to parse the XML file. And retrieve the data from it.
1
992
posted 14 years ago by PravinChk
ElementTree is provided as part of the standard Python libs. ElementTree is pure python, and cElementTree is the faster C implementation:
Here's an example usage, where I'm consuming xml from a RESTful web service:
0
578
posted 14 years ago by magicrebirth
Useful perl snippet to convert csv docs to xml from Ankh on the freenode #xml irc channel
0
767
posted 14 years ago by bionic
This is the beginning of my retrieval of twitter status class...just something im playing with right now. It retrieves the xml, saves it on your server, then you can either use javascript or php to traverse the xml tree.
0
822
posted 14 years ago by alvincrespo
jQuery Ajax function to load xml data into a table and add class to even rows for striping.
1
1521
posted 14 years ago by vagrantradio
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
612
posted 14 years ago by dom111