View Single Post
Old 03-12-2010, 10:21 AM   #20
awx
Connoisseur
awx is on a distinguished road
 
Posts: 68
Karma: 56
Join Date: Oct 2009
Device: Sony PRS-650 & PRS-600
You are misinterpreting this. The xml:lang describes what language the desc is written in. This allows multiple language descriptions to be added. Such as:

Code:
<language>
    <code>sv</code>
    <desc xml:lang="en-US">Swedish</desc>
    <desc xml:lang="sv">Svenska</desc>
  </language>
awx is offline   Reply With Quote