Hello All,

In light of the new dom4j 1.0 being released I wondered if someone could
take the time to answer the simplest of questions.

I have downloaded dom4j and have tried to work out exactly how to use it
with no success.

The examples in the cookbook state that you set up a variable of type
"document" and then can perform functions like "SelectSingleNode".
Unfortunately the object does NOT have those methods available... only the
DOMDocument has those methods available (as the JavaDocs state).

All I wish to be able to do is :

1. Read a String containing XML into a DOM Document object
2. Extract specific values from that string using XPath (ie
SelectSingelNode("Name/Name") )
3. Validate that XML string against a Schema
4. Transform it using XSLT

Even the simplest help would be appreciated as all the examples provided in
the cookbook fail to show the FULL connection between the objects or use
methods that don't exist on the objects they are defined as.

Thanks in advance,
Kevin

_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to