Hi,

I am  a newbie here. I really like the simplicity and power of the dom4j
API
I am developing a web-based browser for some kind of XML document.
Multiple HTML/SVG views are generated using a servlet.

I am having two problems:

- the Document class does not seem to support serialization which is a
  required feature for storing a document in a servlet session. Here is
the
  exception:
        java.io.NotSerializableException: org.dom4j.DocumentFactory

- XPath support does not seem fully implemented (which I understand
  perfectly - this is still under development). For example, using
multiple
  wildcards patterns such as:    /*/*[@attribute]

Can someone provide me with further information on these issues ?
or pinpoint me an URL with current limitations/future support
which I did not found

Regards

    Christophe P.


-----------------------------------------------------
       PONSARD Christophe (UCL/FSA/INGI)
Place Sainte Barbe 2, 1348 Louvain-la-Neuve (Belgium)
tel.  : ++32 10 47 90 12    email:[EMAIL PROTECTED]
WWW   : http://www.info.ucl.ac.be/~chp
-----------------------------------------------------




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

Reply via email to