Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 24510 invoked by uid 500); 22 May 2003 12:04:57 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 24472 invoked from network); 22 May 2003 12:04:56 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 May 2003 12:04:56 -0000 Received: (qmail 3968 invoked by uid 50); 22 May 2003 12:07:05 -0000 Date: 22 May 2003 12:07:05 -0000 Message-ID: <20030522120705.3967.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 20088] - XIncludeTransformer: xml:base does not work with Cocoon's pseudo protocols X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20088 XIncludeTransformer: xml:base does not work with Cocoon's pseudo protocols ------- Additional Comments From torstenknodt@datas-world.de 2003-05-22 12:07 ------- After the Cocoon Stammtisch yesterday, I looked into Excalibur Source. I think I found a solution, which is simple to implement. We extend Source with the following function public Source resolve(final String relativeURI); which resolves against itself. As the implementing class is the information expert for it's own scheme, it also knows how to resolve it. For this, it can use java.net.URL or whatever it want's. Then we extend XMLBaseSupport and perhaps others which could use it, to use this Source.