From users-return-55532-apmail-cocoon-users-archive=cocoon.apache.org@cocoon.apache.org Tue Sep 16 16:52:08 2003 Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 98881 invoked from network); 16 Sep 2003 16:52:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Sep 2003 16:52:08 -0000 Received: (qmail 32514 invoked by uid 500); 16 Sep 2003 16:51:51 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 32081 invoked by uid 500); 16 Sep 2003 16:51:48 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 32067 invoked from network); 16 Sep 2003 16:51:48 -0000 Received: from unknown (HELO smtp805.mail.sc5.yahoo.com) (66.163.168.184) by daedalus.apache.org with SMTP; 16 Sep 2003 16:51:48 -0000 Received: from adsl-66-72-113-199.dsl.chcgil.ameritech.net (HELO dell1) (jcplerm@ameritech.net@66.72.113.199 with login) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 16 Sep 2003 16:51:51 -0000 Message-ID: <001501c37c72$d4cfa5c0$0200a8c0@dell1> From: "jcplerm" To: Subject: Redirecting to map:resource defined in higher level sitemap Date: Tue, 16 Sep 2003 11:51:52 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C37C48.EB576A50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0012_01C37C48.EB576A50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to do: =20 from within a nested sitemap, where "xxx" is defined as a map:resource in a higher level sitemap=20 like: ... I can invoke xxx without problems if it's defined in the same sitemap in which the redirect is done. But not if the resource definition is moved up the sitemap hierarchy. Is this possible? How is the correct syntax to invoke=20 such a resource? Thanks, jlerm ------=_NextPart_000_0012_01C37C48.EB576A50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am trying to do:
   
    <map:redirect-to=20 resource=3D"xxx"/>
 
from within a nested sitemap, where = "xxx"=20 is
defined as a map:resource in a higher = level sitemap=20
like:
 
    <map:resource=20 name=3D"xxx">
       =20 ...
   =20 </map:resource>
 
I can invoke xxx without problems if = it's defined=20 in the same sitemap
in which the redirect is done. But not = if the=20 resource definition is
moved up the sitemap = hierarchy.
 
Is this possible? How is the correct = syntax to=20 invoke
such a resource?
 
Thanks,
 
jlerm
------=_NextPart_000_0012_01C37C48.EB576A50--