If you call myhomepagemenu and myhomepagemain, do you get some content?  If 
you don't, you should check you xsl files if they are correct and give you 
any content.

Bert

At 21:02 21/06/2002 +0200, you wrote:
>hi!
>
>i want to use frames in my hompage - so i did this.
>
>in my index.xsp -->
>
><frameset cols="200,200">
>         <frame src="myhomepagemenu" name="menu"/>
>         <frame src="myhomepagemain" name="main"/>
></frameset>
>
>
>
>
>in my sitemap --->
>
>    <map:match pattern="myhomepage">
>        <map:generate src="myhomepage/index.xsp" type="serverpages"/>
>        <map:transform src="myhomepage/xsl2html.xsl" type="xslt"/>
>      <map:serialize type="html"/>
>    </map:match>
>
>    <map:match pattern="myhomepagemain">
>        <map:generate src="myhomepage/main.xsp" type="serverpages"/>
>        <map:transform src="myhomepage/xsl2html.xsl" type="xslt"/>
>      <map:serialize type="html"/>
>    </map:match>
>
>   and the same for "myhomepagemenu"
>
>
>but i think, that "myhomepagemain" and "myhomepagemenu" never loading.
>
>
>what did i wrong?
>
>regards, chris
>
>
>---------------------------------------------------------------------
>Please check that your question  has not already been answered in the
>FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to