Hi!

I did it:

1. New variable <xsl:variable name="language" select="/book/@lang"/> at the
beginning oft he stylesheet (under <xsl:output method="html"/>).

2. Creating the filename: <xsl:with-param name="filename"
select="concat($base.dir,'jhelpset_',$language,'.hs')"/>

3. Presentation-attribute: <presentation xml:lang="{$language}"
default="true" displayviews="true" displayviewimages="true">

This systems works!

Thanks to all,
Christian.


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

Reply via email to