Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 84658 invoked by uid 500); 24 Jan 2003 09:26:54 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 84645 invoked from network); 24 Jan 2003 09:26:53 -0000 Message-ID: From: Hong Gia Dinh To: cocoon-users@xml.apache.org Subject: cinclude!!!!!!!!!!!!!! help!!!! Date: Fri, 24 Jan 2003 16:33:58 +0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2C38B.B8E68220" X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N ------_=_NextPart_001_01C2C38B.B8E68220 Content-Type: text/plain; charset="iso-8859-1" Hi all, I read carefully the document about cinclude documents of cocoon tutorial CInclude Transformer!!! i tried to use it but :((( My problem is : I have an xsp file with declaration of cinclude namespace like this : bodyyy and the template.xsp is : abc foot head .. .. when my xsl file try to get items of the template such as : it can not get!!!! i dont understand why??? although base on the cinclude theory, this is made very easily??? what i did wrong?? can you all show me??? Thank you very very much!!!! GD ------_=_NextPart_001_01C2C38B.B8E68220 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable cinclude!!!!!!!!!!!!!! help!!!!

Hi all,

I read carefully the document about cinclude = documents of cocoon tutorial CInclude Transformer!!! i tried to use it = but :(((

My problem is :

I have an xsp file with declaration of cinclude = namespace like this :

<xsp:page language=3D"java" = xmlns:xsp=3D"http://apache.org/xsp" = xmlns:xsp-request=3D"http://apache.org/xsp/request/2.0" = xmlns:i18n=3D"http://apache.org/cocoon/i18n/2.0" = xmlns:cinclude=3D"http://apache.org/cocoon/include/1.0">

        <content>
        =         <cinclude:include src=3D"http://uranus:8080/sgc/portal/template.xsp" = element=3D"template"/> =        
        <body>bodyyy</body>
        </content>

and the template.xsp is :

<title>abc</title>
<foot>foot</foot>
<head>head</head>
..
..
when my xsl file try to get items of the template = such as :
<xsl:value-of = select=3D"template/title"/>
it can not get!!!!

i dont understand why??? although base on the = cinclude theory, this is made very easily???

what i did wrong?? can you all show me???

Thank you very very much!!!!

GD





       =20

------_=_NextPart_001_01C2C38B.B8E68220--