[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Multiple instances of an attribute Re: Towards XM

  • From: nicolas debeissat <ndebeiss@gmail.com>
  • To: stephengreenubl@gmail.com, XML Developers List <xml-dev@l...>
  • Date: Fri, 10 Dec 2010 10:03:54 +0100

Re:  Multiple instances of an attribute Re: Towards XM

The treatment of lists is indeed a big issue in XML, misunderstood by lots of people.
Some of them systematically wrap the list into a markup list :
<foo>
<valuelist>
    <value>123</value>
    <value>456</value>
</valuelist>
</foo>

which is incredibly verbose compared to the JSON { "foo": ["bar", "spam"] }
A better solution is to use xsd:list datatype :
<foo value="bar spam"/>
but that is not known. I have seen a REST javadoc generator which uses xsd:list for a list of markups...
There are still critical Axis bugs opened on the serialization of String[] values, see https://issues.apache.org/jira/browse/AXIS-2250
Even without a schema you can get that value "bar spam" and split it, that is not XML philosophy, but...
I agree it would be better not to have to define a schema in order to get that list.

Regards
Nicolas Debeissat

2010/12/9 Stephen Green <stephengreenubl@gmail.com>
Alternatively, why not improve the way XML defines attribute
values to include an array of values for the same attribute with
various kinds of array, like JSON; arrays, lists without sequence,
sequences and vectors - and do so without the need for a
schema?

----
Stephen D Green



On 9 December 2010 15:18, Stephen Green <stephengreenubl@gmail.com> wrote:
>>
>> The second is perhaps equivalent to  the XML
>> <foo>
>>  <value>bar</value>
>>  <value>spam</value>
>> </foo>
>>
>
> So if you can write
>
> <foo>
>  <value>bar</value>
>  <value>spam</value>
> </foo>
>
> in XML, why not also allow
>
> <foo value="bar" value="spam"/>
>
> ?
> It is more succinct, which seems to be one of the JSON selling points.
>
>
>> or even if you use XSD schema with the appropriate type
>> <foo>bar spam</foo>
>>
>
> but this requires a schema, which is another of JSON's selling points:
> It doesn't.
>
> ----
> Stephen D Green
>
>
>
> On 9 December 2010 15:12, David Lee <dlee@calldei.com> wrote:
>>
>>
>> =============='
>>> { "foo" : "bar" , "foo" : "spam" }
>>>
>>> Is legal JSON ?
>>
>> But the array
>>
>> { "foo": ["bar", "spam"] }
>>
>> amounts to the same thing doesn't it?
>> ----
>> Stephen D Green
>> ============================
>>
>> Not in my mind.  They end up as different internal objects.
>>
>> The first is an object with 2 named fields, the second is an object with one
>> named field which is an array of 2 unnamed strings.
>> Completely different data, both in syntax and in the internal JavaScript
>> object form.
>> You would access them differently.  They are not equivalent.
>>
>> The second is perhaps equivalent to  the XML
>> <foo>
>>  <value>bar</value>
>>  <value>spam</value>
>> </foo>
>>
>> or even if you use XSD schema with the appropriate type
>> <foo>bar spam</foo>
>>
>>
>>
>>
>>
>

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
subscribe: xml-dev-subscribe@lists.xml.org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.