> -----Original Message-----
> From: Christian-Josef Schrattenthaler
>
> I tried:
>
> <presentation xml:lang="xsl:value-of select='@lang'"
> default="true" displayviews="true" displayviewimages="true">
>
> But this didn't work.
This should work:
<presentation xml:lang="{/*/@lang}"
default="true" displayviews="true" displayviewimages="true">
assuming that the lang attribute is set on the root element (/*).
Mauritz
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]