[
Lists Home |
Date Index |
Thread Index
]
The reason I normally would is that it makes it extensible. For example
adding metadata which applied to all the titles would be difficult to do
with repeated singleton elements.
>around a repeating singleton element. In this case I don't think I would -
>because the operation you want to perform on the set of titles is to select
>one of them, rather than to aggregate them as a group; and because I don't
>want to use a wrapper element in the common case where there's only one
>language, as in your "description" element.
We may sometimes wish to display both of them on one page.
However I agree in that we don't want to use a wrapper in the common case
where there is only one language. So in the absence of some official
internationalization recommendation this is what I'll do!
thanks
Tom
>From: "Michael Kay" <mike@saxonica.com>
>To: "'tom tom'"
><tomxsllist@hotmail.com>,<darkman_spam@yahoo.fr>,<xml-dev@lists.xml.org>
>Subject: RE: [xml-dev] Xml internationalization design
>Date: Mon, 8 May 2006 14:24:23 +0100
>
> >
> > Given the following XML structure:
> >
> > <metadata>
> > <title xml:lang="en">eeeeeeee</title>
> > <title xml:lang="pla">xxxxxx</title>
> > <description>yyyyyyy</description>
> > </metadata>
> >
> > Will wrapping the <title/> tags in a <titles/> tag provide
> > benefits?
>
>It's always a bit of an arbitrary choice whether to put a wrapper element
>around a repeating singleton element. In this case I don't think I would -
>because the operation you want to perform on the set of titles is to select
>one of them, rather than to aggregate them as a group; and because I don't
>want to use a wrapper element in the common case where there's only one
>language, as in your "description" element.
>
>Michael Kay
>http://www.saxonica.com/
>
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://www.oasis-open.org/mlmanage/index.php>
>
_________________________________________________________________
The new MSN Search Toolbar now includes Desktop search!
http://join.msn.com/toolbar/overview
|