- Original Message -
From: "Alan O'Leary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 26, 2002 2:45 PM
Subject: RE: [dom4j-user] TableModel.
> Hello,
> Thanks for the response. I understand the restriction of using
> XPath for updates now
an O'Leary; [EMAIL PROTECTED]
Subject: Re: [dom4j-user] TableModel.
Hey Alan
Displaying the table using XPath expressions is pretty easy. Right now
though updating a document via an XPath expression is pretty hard stuff.
XPath is generally used to evaluate expressions on existing documents -
its
'count(/foo/bar)' don't make sense though. It'd take some hacking to get the
Jaxen XPath engine to be able to support this but it would be kinda cool if
we could do this.
James
- Original Message -
From: "Alan O'Leary" <[EMAIL PROTECTED]>
To: <[E
Hello,
I am currently looking at the new TableModel approach that is in
the latest release. I am trying to extend this TableDemo example to make
it editable etc...
This is as a Swing/ learning exercise...
What I have set up is a Tree and Table and the Tree uses the tree model
and on node