Hi Andrey
You can use the page-enveloppe input module in your sitemap in order to get
information you want
In your sitemap :
<map:transform src="pathTO/util/page2xhtml.xsl">
<map:parameter name="publication-id"
value="{page-envelope:publication-id}"/>
<map:parameter name="area" value="{page-envelope:area}"/>
</map:transform>
in you page2xhtml.xsl
under <xsl:stylesheet> add
<xsl:param name="publication-id"/>
<xsl:param name="area"/>
... and you can use it as <xsl:value-of select="$publication-id">
Have a good day
On Wed, 29 Jul 2009 21:22:12 +0400, Andrey Volkov <[email protected]>
wrote:
> I would like to add home page link on the Login page.
>
> So, it necessary to know publication id and area.
> login.jx allow to know what publication id is but not area.
>
> In any case, I would prefer to change util/page2xhtml.xsl instead of
> login.jx because it applies the home page link to all auxiliary pages
such
> as Login, Logout, Change password.
>
> Does anyone know an easy way how to put publication id and area
information
> to util/page2xhtml.xsl?
>
> --
> With best regards,
> Andrey Volkov
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]