Yes, that's it. There are 2 problems: - ID/IDREF do not allow references between xml sources (they are just for internal references) - I need something like a proxy object, because otherwise I might result in reading almost all objects
But corresponding to your next mail I might have a plain solution for this ... tbc - Harald > -----Urspr�ngliche Nachricht----- > Von: robert burrell donkin > [mailto:robertburrelldonkin@;blueyonder.co.uk] > Gesendet: Donnerstag, 14. November 2002 19:27 > An: Jakarta Commons Developers List > Betreff: [Betwixt] linking multiple xml documents [WAS Re: > AW: [Betwixt] > Support of user defined XMLBeanInfo?] > > > On Tuesday, November 12, 2002, at 06:45 PM, > [EMAIL PROTECTED] wrote: > > > Hi Robert, > > hi Harald > > (i'm going to divide up your different topics.) > > <snip> > > > What I was talking about in my previous mail was the > ability to support a > > kind of XLink, which supports references between different > XML documents. > > Until now I am not really sure, if this is a subject to > Betwixt at all, > > because you will have to provide extra information or > special objects for > > those references. At the moment I did not think about how > to keep this > > flexible, if it is possible at all. > > i don't know if it's possible or whether it's an appropriate > subject for > betwixt either. that's what makes it interesting :) > > so, let's see if i've got it right. the idea would be that > you want to > process multiple xml files but create a single object model > at the end. > the idea is that the ID/IDREF would be used to match up a > reference in one > file with an object in another. > > is this right? > > - robert > > > -- > To unsubscribe, e-mail: > <mailto:commons-dev-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:commons-dev-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
