Its not directly related to i18n... just that im using the i18n transformer
and hence when i get linked to the i18n sitemap, i need to make some changes
to link to pages from simple.xsp. Sorry for the confusion.

My problem simply stated is as follows...

How does one define links from simple.xsp so that we can also define our own
stylesheet?

>From the pipeline defined in the i18n sitemap, it appears as though all xsp
pages are mapped to simple.xsl during transformation. However, i need to
customise this.

I hope that i have alleviated the confusion from my query.

Looking forward to your help.
Best Wishes...Mohit

-----Original Message-----
From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 12:18 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Help needed with i18n


> <map:match pattern="**.xsp">
> <map:act type="lang-select">
> <map:generate type="serverpages" src="{../1}.xsp"/>
> <map:transform type="i18n">
> <map:parameter name="src" value="translations/{../1}_dict.xml"/>
> </map:transform>
> </map:act>
> <map:transform src="simple.xsl"/>
> <map:serialize/>
> </map:match>
>
> I cant even change the **.xsp in the match pattern to customise it for
each
> xsp page (like <map:match patern=simple.xsp>. For example, i have a link
> form simple.xsp to demo.xsp. The link works fine, but the style sheet is
the
> same for both. Any ideas how i can customise these sub-double-digit lines
of
> code?!!!

Sorry, I couldn't understand how is this related to i18n. Could you please
describe the problem with more details?

Regards,
    Konstantin Piroumian

>
> Looking forward to your response,
> Mohit
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.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/faqs.html>

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

Reply via email to