[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: How to depend on language?
Hi,
I would like to have my footer to depend on the
language I use. Please see my DocBook XML snippet from
where I get my footer information.
Is that the right way to provide the same element
(here 'holder') with the 'lang' attribute set.
<copyright>
<year>2005</year>
<holder lang="en">Hello World!
<inlinemediaobject>
<imageobject>
<imagedata>Pictures/graphics1.jpg</imagedata>
</imageobject>
</inlinemediaobject>
</holder>
<holder lang="de">Hallo Welt!
<inlinemediaobject>
<imageobject>
<imagedata>Pictures/graphics1.jpg</imagedata>
</imageobject>
</inlinemediaobject>
</holder>
</copyright>
And then with <book lang="de"> let DocBook XSL do the
rest?
Actually I tried this and it doesn't work :(
Any hints?
Regards,
Darya
Regards,
Darya
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]