PDA

View Full Version : XML Parsing Library (Exist?)


Necro
10-18-2006, 02:15 PM
Does an XML parsing library exist that will allow easy parsing/importing of XML information into Sage? I'm thinking of making a customizable plugin to do something along these lines, but I'm a bit weak in the programming and if it doesn't exist already I'm fairly certain writing that library is not something I'm up for.

(My java experience stops Junior year in college in classes I was taking for fun...)

GKusnick
10-18-2006, 02:40 PM
Java 1.4 includes support for both DOM and SAX parsing of XML files. Java 1.5 adds XPath support as well. See the source for Niel's XML file generator for working code examples.

Necro
10-18-2006, 02:47 PM
Great, thanks. Now...to find that elusive thing called FREE TIME...

Havent seen it lately. :)

stanger89
10-18-2006, 03:50 PM
You can take a look at DVDPro2Sage for an idea of how to do it, or maybe how not to do it ;)