Christofer Dutz wrote:
I was working with w3c dom-objects for loaing and storing information from my forms. After having some trouble with manipulating these trees and being aware that cocoon can deal with dom4j input I modified my flow-script to work with dom4j objects. Now I had no problems anymore when passing xml-documents from flow into a pipeline. Unfortunately my bindings won’t work anymore.

The binding framework uses JXPath for all the object traversal and type conversion. You should be able to find the details you need in the JXPath documentation: http://jakarta.apache.org/commons/jxpath

Which of the 1000 DOM implementations are supported? Do I have to do any special conversion? Please just give me a hint.

Here's what the user guide has to say about supported DOMs:
http://jakarta.apache.org/commons/jxpath/users-guide.html#DOM/JDOM%20Document%20Access

...and something about DOM4J:
http://jakarta.apache.org/commons/jxpath/users-guide.html#Customizing%20JXPath

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to