← Prev in month ← Prev in thread

How to depend on language?

From
Earya Raid-Bkbari
Date
2006-09-01T15:21:02+00:00
ID
Thread
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
← Prev in month ← Prev in thread