Welcome To Snipplr
Everyone's Recent Snippets Tagged xml
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
From: Roberto Ierusalimschy
Parses the "main" part of an XML string. It does not handle meta-data. Outputs to a table.
Example:
myVar = collect( myXml )
-- myVar would be a table/array of myXml
2
1412
posted 15 years ago by traeregan
Groovy script that creates an XML file using an XML template containing ${params} and a standard Java Properties file
0
1012
posted 15 years ago by gripnrip
This is just something very simple that I needed to do.
It outputs an xml without any change at all.
1
745
posted 15 years ago by gryzzly
Example uses an object from 3rd party API. Needed to turn it into xml for returning from a webservice.
0
714
posted 15 years ago by jasonseney
Learn how to retrieve a specific url's total number of Diggs using JQuery, ASP and the Digg API.
2
1983
posted 15 years ago by neal_grosskopf
this will give you a lovely RSS.
Im sure you will need to edit the database stuff and row names
5
1106
posted 15 years ago by antpaw
Here is a well formed list of all U.S. States, with their names, abbreviation and all Counties in each state.
1
1232
posted 15 years ago by discorax
This source code uses the xml file posted here(http://snipplr.com/view/4138/backup-script2--confg-file/) to know which file should be sent and mailing configuration.
0
656
posted 15 years ago by mjsmagalhaes
Tracy from FlexCoders advises against using lastResult. This property is intended for use in binding expressions, and you cannot depend on its value when you access it in AS code (though it usually works).
Note that if you ever decide to use bi...
0
647
posted 16 years ago by nextstep