Welcome To Snipplr


Everyone's Recent Snippets Tagged xml



1 ... 4 5 6 7 8
This is a simple example of how to read and write XML that includes reading attributes and nodes.
1 1564 posted 17 years ago by donkeykong
example code only... save to [path.to.profile]/searchplugins/
1 1468 posted 17 years ago by rwczippy
REXML does not seem to have a 'lang' method, which is strange since lang is in the XML 1.0 Specification §2.12 'Language Identification', and in many other libraries. Because of Ruby's 'monkey patching', it's pretty easy to add - you just recursivel...
1 1216 posted 17 years ago by tommorris
My Favorites eclipse plugins: PDT, Subversive, Aptana and Symfoclipse
0 1188 posted 17 years ago by jlbfalcao
2 2075 posted 17 years ago by hansamann
7 1874 posted 17 years ago by iTony
Serve your xhtml pages correctly with this script and xsl file. Most websites serve their xhtml pages as text and not xml to Internet Explorer. With this it will serve to IE as xml. Your sites will be more valid because they will validate against the...
1 2112 posted 18 years ago by neal_grosskopf
Stolen from the mentioned URL - this is used to make SPRY Framework work together with MYSQL.
2 1993 posted 18 years ago by Nils
0 1118 posted 18 years ago by tranvinhnt
All you need todo in order to use this is just to add it to your path
0 1533 posted 18 years ago by narkisr
Everything is either true or untrue, or both true and untrue, or neither true nor untrue
0 3765 posted 18 years ago by zvasanth
This persists the dynamic classes generate by the .net serialize to disk at location C:\Documents and Settings\A063913\ASPNET\Local Settings\Temp Note. This will allow you to debug into the serialized classes from VS2005
1 1766 posted 18 years ago by rengber
xml file for the backup script posted previously.
1 1338 posted 18 years ago by mjsmagalhaes
This is an xml files that allows/disallows the cross domain communication.
1 1400 posted 18 years ago by jitendramr
A database table is basically an array of dictionary objects. As long as all the fields are valid property list types, you can loop through the array creating a managed object for each dictionary and setting the values. If you have an array con...
2 2093 posted 18 years ago by zingo
This is as small as this can go: 'xs:dateTime(sql:variable("@stringDate"))' It needs to be a literal string for the Value() function. Xml Datatype http://msdn2.microsoft.com/en-us/library/ms189887.aspx Sql:Variable() Function http://ms...
0 2085 posted 18 years ago by rengber
1 1345 posted 18 years ago by wintondeshong
0 1441 posted 18 years ago by wintondeshong
2 1810 posted 18 years ago by Bonky
0 1229 posted 18 years ago by wintondeshong
Was fiddling around at work one day thought this might be useful.
9 4926 posted 18 years ago by djdykes
If there will be multiple sets of these tags in a scanned XML string, you need the '?' after the '*' to specify a non-greedy (lazy) match.
4 2345 posted 18 years ago by rengber
1 ... 4 5 6 7 8