Hi!
Great, this works!
But now I have an other problem: I have tos et the filename also with an
extension.
I tried: <xsl:with-param name="filename"
select="concat($base.dir,'jhelpset_{/book/@lang}.hs')"/>, and some other
ideas, but no one worked.
Can you also help me with this problem?
Greetings,
Christian.
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Sonntag, 03. Februar 2008 19:57
An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: [docbook] RE: How to get the lang-attribute in a stylesheet?
I don't know if there's a variable for it, but "/book/@lang" should work.
_____
From: Christian-Josef Schrattenthaler
[mailto:[EMAIL PROTECTED]
Sent: Sunday, February 03, 2008 9:43 AM
To: [EMAIL PROTECTED]
Subject: How to get the lang-attribute in a stylesheet?
Hi!
I have startet to change the javahelp.xsl, to fit the version 2.0. Now I
want to read the lang-attribute, I set in the Docbook file by <book
lang="de">.
I can get the title with $title, but I didn't find some information about
the other available variables from my DocBook file.
Thanks and greetings,
Christian.