Re: XMLFragment

2003-11-27 Thread Christopher Lenz
Stefan Bodewig wrote: On Thu, 27 Nov 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: Any reason why the introspection doesn't look for that interface directly, instead of XMLFragment? XMLFragment doesn't implement DocumentFragment, it just builds one. Ah, I hadn't actually looked at the code or t

Re: XMLFragment

2003-11-27 Thread Christopher Lenz
Christopher Lenz wrote: Stefan Bodewig wrote: On 27 Nov 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Thu, 27 Nov 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: So the namespace URI and the local name are currently actually passed to the DynamicConfigurator in the form namespace-uri:local-n

Re: XMLFragment

2003-11-27 Thread Christopher Lenz
Stefan Bodewig wrote: On 27 Nov 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Thu, 27 Nov 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: So the namespace URI and the local name are currently actually passed to the DynamicConfigurator in the form namespace-uri:local-name? Actually, I thought

Re: XMLFragment

2003-11-27 Thread Stefan Bodewig
On 27 Nov 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 27 Nov 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: >> So the namespace URI and the local name are currently actually >> passed to the DynamicConfigurator in the form >> namespace-uri:local-name? > > Actually, I thought so f

Re: XMLFragment

2003-11-27 Thread Stefan Bodewig
On Thu, 27 Nov 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: > With automatic typo correction ('x' -> 'n') in the introspection > code ;-) Cool, eh? > Stefan Bodewig wrote: > >> via f.getFragment() > > which will return a org.w3c.dom.DocumentFragment object, exactly. > Any reason why the

Re: XMLFragment

2003-11-27 Thread Christopher Lenz
Hi Stefan, sounds cool. Some comments inline: Stefan Bodewig wrote: Hi, I've just added a utility class to CVS HEAD that can be used to turn nested content into a DOMFragment (not necessarily a tree). I.e., if you use it as your nested element like public void addContext(XMLFragment f) you can

Re: XMLFragment

2003-11-27 Thread Peter reilly
On Thu, 2003-11-27 at 12:15, Stefan Bodewig wrote: > Hi, > > I've just added a utility class to CVS HEAD that can be used to turn > nested content into a DOMFragment (not necessarily a tree). I.e., if > you use it as your nested element like > > public void addContext(XMLFragment f) > > you