You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Jonathan Linczak <li...@hiram.edu> on 2004/08/05 21:31:39 UTC

Home page of each publication with different design?

Hi again,

Been looking at the publication-sitemap.xsl file and can't seem to 
understand enough of the pipeline there for creating a different design 
for just the home document in the publication.  My guess is that I need 
to change something in this line:

<map:match pattern="lenyabody-*/*/*/*/**">

and the comment above it is somewhat helpful, but still no luck for me. 
  Would it be best to create a new pipeline just pointing to the 
document directly, like:

<map:match pattern="index.html">

Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Home page of each publication with different design?

Posted by Jonathan Linczak <li...@hiram.edu>.
On Aug 5, 2004, at 3:31 PM, Jonathan Linczak wrote:

> Hi again,
>
> Been looking at the publication-sitemap.xsl file and can't seem to 
> understand enough of the pipeline there for creating a different 
> design for just the home document in the publication.  My guess is 
> that I need to change something in this line:
>
> <map:match pattern="lenyabody-*/*/*/*/**">
>
> and the comment above it is somewhat helpful, but still no luck for 
> me.  Would it be best to create a new pipeline just pointing to the 
> document directly, like:
>
> <map:match pattern="index.html">

Nevermind, I solved my own problem, after stepping away from the 
computer for a second.  It appears adding:

<map:match pattern="lenyabody-*/*/*/*/index.html">

does the trick...

Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org