Return-Path: Delivered-To: apmail-incubator-abdera-user-archive@locus.apache.org Received: (qmail 94399 invoked from network); 25 Jun 2006 01:05:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jun 2006 01:05:44 -0000 Received: (qmail 82185 invoked by uid 500); 25 Jun 2006 01:05:44 -0000 Delivered-To: apmail-incubator-abdera-user-archive@incubator.apache.org Received: (qmail 82164 invoked by uid 500); 25 Jun 2006 01:05:44 -0000 Mailing-List: contact abdera-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-user@incubator.apache.org Delivered-To: mailing list abdera-user@incubator.apache.org Received: (qmail 82155 invoked by uid 99); 25 Jun 2006 01:05:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jun 2006 18:05:43 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DNS_FROM_RFC_ABUSE,INFO_TLD,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stephen.duncan@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jun 2006 18:05:42 -0700 Received: by ug-out-1314.google.com with SMTP id q2so896191uge for ; Sat, 24 Jun 2006 18:05:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pDIcLI+6MiLAtvDAI9h9qxkB4avmIDCuRYhLu+/fsRKb6FW/1h4ZQKnAznWxaKLlMwGXZ82s0J5ouOmhAR9GILxcuWW8iyKbdsvsNsuxaQDPrGIx/S4PFxOkelfWBqw+Z1W7DpVEOJlsPHu1lXjGf67VTeIFuBIp9Xy2MNUyzhQ= Received: by 10.78.165.16 with SMTP id n16mr1686159hue; Sat, 24 Jun 2006 18:05:20 -0700 (PDT) Received: by 10.78.53.20 with HTTP; Sat, 24 Jun 2006 18:05:19 -0700 (PDT) Message-ID: Date: Sat, 24 Jun 2006 21:05:19 -0400 From: "Stephen Duncan" To: abdera-user@incubator.apache.org Subject: Re: Absolutizing URIs In-Reply-To: <449810DA.1080709@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <449810DA.1080709@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N What about within content? For instance, in Tim Bray's feed: http://www.tbray.org/ongoing/ongoing.atom there's summary & content elements with the following in it: Could Abdera help resolve these href's? -Stephen On 6/20/06, James M Snell wrote: > All of the elements that allow relative uri's have a getResolved... > form. For example, if you want to get the resolved value of a Link's > href attribute, you would call: > > URI uri = entry.getAlternateLink().getResolvedHref(); > > The will resolve the value against the current in-scope Base URI. > > - James > > Ugo Cei wrote: > > Hi folks, > > > > I have a question for you: what is the best way to absolutize relative > > URIs coming from an Atom document, assuming that I have parsed the > > document using Parser.INSTANCE.parse(inputStream, baseURI) ? > > > > TIA, > > > > > > Ugo > > > > > > --Ugo Cei > > Blog: http://agylen.com/ > > Open Source Zone: http://oszone.org/ > > Evil or Not?: http://evilornot.info/ > > Company: http://www.sourcesense.com/ > > > > > > > -- Stephen Duncan Jr www.stephenduncanjr.com