RE: Recursive XInclude

2002-01-23 Thread Vadim Gritsenko
: [EMAIL PROTECTED] Subject: Re: Recursive XInclude   Thanks a lot for your help Vadim. That's the way it worked: xml:base="http://slashdot.org" href=""/slashdot.xml"/> xml:base="cocoon:" href=""/live/sections/al/section.xml#xpointer(/section/arti

Re: Recursive XInclude

2002-01-23 Thread Michael Wechner
Thanks a lot for your help Vadim. That's the way it worked: xml:base="http://slashdot.org" href="/slashdot.xml"/> xml:base="cocoon:" href="/live/sections/al/section.xml#xpointer(/section/article[1])"/> But having the "cocoon" protocol in there to be able to resolve xi:iclude recursively isn't

RE: Recursive XInclude

2002-01-23 Thread Vadim Gritsenko
>>> From: Michael Wechner [mailto:[EMAIL PROTECTED]] Thanks Vadim, but the XInclude Transformer does not interpret cocoon: as a protocol, but rather as a filesystem path. I have the same problem with http://slashdot.org/slashdot.xml"/> It says: Resource can't be found. I remember there was a t

Re: Recursive XInclude

2002-01-23 Thread Michael Wechner
Thanks Vadim, but the XInclude Transformer does not interpret cocoon: as a protocol, but rather as a filesystem path. I have the same problem with "http://slashdot.org/slashdot.xml"/> It says: Resource can't be found. I remember there was a thread in the mailing list about something like that,

RE: Recursive XInclude

2002-01-23 Thread Vadim Gritsenko
> From: Michael Wechner [mailto:[EMAIL PROTECTED]] > > Hi > > Does anybody know if the XInclude Transformer is actually resolving the > "xi:include" recursively? No. > I tried something like that: > > department.xml: > xi:include href="group.xml" > > group.xml: > xi:include href="member.

Recursive XInclude

2002-01-23 Thread Michael Wechner
Hi Does anybody know if the XInclude Transformer is actually resolving the "xi:include" recursively? I tried something like that: department.xml: xi:include href="group.xml" group.xml: xi:include href="member.xml" member.xml: Michael and got the following result: department.xml: x