Re: Localization of XML

Suzanne Topping wrote:
> 
> Can anyone point me to online reference materials for localization of XML?

The open source Mozilla project is using XML to implement its UI. The
language is called XUL, which stands for XML-based User Interface
Language and is pronounced zool:

  http://mozilla.org/xpfe/

Here is a XUL localization guide:

  http://www.mozilla.org/projects/intl/xul-styleguide.html

And here are examples of a XUL file and a DTD file:

http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.xul

http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/locale/en-US/navigator.dtd

Erik

Received on Thursday, 3 February 2000 12:41:07 UTC