Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xml-dev] The order of attributes

From: Peter Hunsberger <peter.hunsberger@-----.--->
To: Xasima Xirohata <xasima@-----.--->
Date: 1/6/2006 3:11:00 PM
On 1/6/06, Xasima Xirohata <xasima@g...> wrote:
> Hi, everybody.
>
> I wonder why the order of attributes doesn't matter in the XML 1.0.  spec.

No guess on that at the moment, but one quick comment.

<snip/>
>
> For example, we have the xml document that express what font should be used
> for the text. If some font isn't found at the target system, the next font
> in the sequence should be used.
>
> Xml:
> <text>
>   <font_sequence>
>     <font>Antique Olive</font>
>     <font>Franklin Gothic Book</font>
>     <font>Arial</font>
>   </font_sequence >
>   <content>
>      Once upon a time ...
>   </content>
> </text>
>
>
> It is endurable to rewrite it like this
> <text font1="Antique Olive"
>       font2="Franklin Gothic Book"
>       font3="Arial">
>      Once upon a time ...
> </text>
>

Given that "font1", "font2" etc aren't necessarily meaningful it might
be just as simple to handle:

<text fonts="Antique Olive, Franklin Gothic Book, Arial"/>

which gives you order at the expense of some string parsing (which is
easy enough in most langauges)...

--
Peter Hunsberger


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent