Hello,

I have read:
http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Localized_XML_Elements

but I'm not sure which is the better practice in a description.xml:

(a)
<publisher>
  <name lang="de" xlink:href="http://de.openoffice.info";>Klaus Meyer</name>
</publisher>

(in this case "de" is only an example)

(b)
<publisher>
  <name xlink:href="http://de.openoffice.info";>Klaus Meyer</name>
</publisher>


If (a) or (b) better for an entry that will apply in all languages?



greetings,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to