On 8/15/13 9:07 PM, Jörg Schmidt wrote:
> 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?
>
b)
in this case it makes of course no sense to use the lang tag. Publisher
shouldn't be translated
Juergen
>
>
> greetings,
> Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org
|