From: <[EMAIL PROTECTED]>
> Any ideas, comments? Is such a persitence layer welcome in dom4j?

Certainly there seems to be similarity between parsing on demand and loading
on demand from some source such as a database. So there could be some common
implementation code and techniques between:-

* a lazy element used with (say) the XML Pull Parser to only parse as much
of the document as required, particularly useful in SOAP and XML messaging
where looking at the headers may well be enough.

* persitent Element that loads its content on demand from a data source,
useful when working with persistent XML models.

* XLink or XInclude element implementations that load their content on
demand.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to