Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Tracking changes to a document

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: <hal AT idi.ntnu.no>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Tracking changes to a document
  • Date: Thu, 19 Sep 2002 09:52:53 -0400

I suggest adding a TreeNode.checkChild(Node node) or
Element.checkChildElement(Element e) to make such tracking possible in
general.


I had briefly considered that. It wasn't obvious to me that it was useful so I didn't add it in the first go round because it wasn't immediately obvious to me that it would be useful. However, if you have a use-case for it then it clearly fits into the XOM philosophy. I think TreeNode.checkChild(Node node) is probably the right way to go.
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| XML in a Nutshell, 2nd Edition (O'Reilly, 2002) |
| http://www.cafeconleche.org/books/xian2/ |
| http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/ |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+




Archive powered by MHonArc 2.6.24.

Top of Page