Roberto Nunnari wrote:
To make it clearer:the label I'm talking about comes from the publication's sitetree.xml file.. this is an extract from my sitetree.xml ********************************************************* <node id="ricerca" visibleinnav="true"> <label xml:lang="it">Ricerca</label> <node id="ric_descrizione" visibleinnav="true"> <label xml:lang="it">Descrizione</label> <node id="sottodescrizione" visibleinnav="true"> <label xml:lang="it">Sotto 1</label> </node> </node> </node> ********************************************************* to be concrete, given the above date, when viewing the document with id='ric_descrizione' I should see the text 'Descrizione' in my page template text. Any hints, please?
Two approaches: a) pass the parameter to page2xhtml.xsl from the sitemap, using an input module (maybe the SiteTreeModule already supports it) b) use a navigation component to extract the label from the current node and use it in page2xhtml.xsl -- Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
