Archive: July 06, 2005
-
devnulled: A blog by Brandon Harper » Simple Integration of Ant and Subversion, via Keith. For reference for later 
¶ (0)
Tags: [Programming]
-
Here's how to get a DOM Document from a String containing XML in Java:
try{
Document d = DocumentBuilderFactory.newInstance().newDocumentBuilder()
.parse(new InputSource(new StringReader(xml)));
}catch(Exception e){
System.err.println("Couldn't create XML document from string: "+e.getMessage());
}
It's a little easier if you use the com.sun.xml.tree.XmlDocument class, but that's not standard.
¶
Tags: [Programming]
-
JAXP docs, via. So I don't have to navigate my way through the Sun site looking for it again. Sun itself doesn't provide JAXP API documentation. Grr.
¶ (0)
Tags: [Programming]
-
Sound advice: REST versus Object-Orientation (and a little python), via Tim Bray (to read).
¶ (0)
Tags: [Programming]
|
Generated in about 0.047s. (Used 7 db queries) |
new⇒Maps of Iraq
This is for Linda, I will bevisiting that site some time in thenear futur...
Bob: Sep 5, 1:20pm