Welcome To Snipplr


Everyone's Recent Snippets Tagged xml



1 2 3 4 5 ... 8
0 1740 posted 15 years ago by mediapoint
1 1421 posted 15 years ago by mchadwick
Simple usage: var xmlLoader:LoadXMLUtil = new LoadXMLUtil("path_to_xml.xml"); xmlLoader.addEventListener(Event.COMPLETE, onLoaderComplete); private function onLoaderComplete(event:Event):void{ trace("Loaded XML: "); trace(xmlLoader.xml...
2 1815 posted 15 years ago by burnandbass
0 1560 posted 15 years ago by shodan_uk
0 1300 posted 15 years ago by shodan_uk
I'm using this out of laziness. PHP is slowing things down here, since it's not as close to C as XPath. A better solution would be to have an attribute specifically for search purposes (either in upper or lowercase).
0 1772 posted 15 years ago by iroybot
Checks for can XML Deserialize file.
0 1051 posted 15 years ago by jalalx
Deserialize an XML object to an T type.
1 1128 posted 15 years ago by jalalx
1 1671 posted 15 years ago by hejaaa
Use this static class to encode and decode HTML Entity Names. For some reason Snipplr doesn't display all the code, so download the ZIP file for a full working demo and source code.
0 3119 posted 15 years ago by adrianparr
These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.
0 2228 posted 15 years ago by adrianparr
0 1373 posted 15 years ago by hejaaa
an example on how to build xml of a Zend_Form for XSLT use
0 1683 posted 15 years ago by iroybot
0 1883 posted 15 years ago by iroybot
0 1501 posted 15 years ago by noklpopl
For instance when you want to leverage the JElements in a admin view form...
0 1664 posted 15 years ago by harikaram
0 1242 posted 15 years ago by newsok
This method can execute XML-RPC call and return response. Can be useful for working with XML-RPC API's like Snipplr.com XML-RPC API and other
4 2522 posted 15 years ago by dzr_gregory
0 1438 posted 15 years ago by silviud
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 3184 posted 15 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 1649 posted 15 years ago by dom111
0 1479 posted 15 years ago by Groove
0 1696 posted 15 years ago by adampatterson
Here is a Document Class that loads an external XML file.
2 2214 posted 15 years ago by adrianparr
0 1482 posted 15 years ago by sukantahazra
1 2 3 4 5 ... 8