Re: [dom4j-user] TableModel.

2002-03-04 Thread James Strachan
- 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

RE: [dom4j-user] TableModel.

2002-02-26 Thread Alan O'Leary
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

Re: [dom4j-user] TableModel.

2002-02-21 Thread James Strachan
'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

[dom4j-user] TableModel.

2002-02-21 Thread Alan O'Leary
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