Construct an org.jdom.input.SAXBuilder; no parser specific code is needed!
Invoke the builder's build() method to 
build a Document object from a 
Reader
InputStream
URL
File
String containing a SYSTEM ID 
If there's a problem building the document, a JDOMException is thrown
Work with the resulting Document object