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

Re: XML tags as map keys and impact on XSLT/XPath

Subject: Re: XML tags as map keys and impact on XSLT/XPath
From: Nick Leaton <nickle@xxxxxxxxx>
Date: Fri, 18 Jun 2010 09:29:34 +0100
Re:  XML tags as map keys and impact on XSLT/XPath
Personally, I tend to avoid attributes unless it is for meta data. So
I would go for

<map>
    <entry>
        <key>abc</key>
        <value representation='float'>123.456</value>
    </entry>
</map>




On Fri, Jun 18, 2010 at 9:19 AM, Andrew Welch <andrew.j.welch@xxxxxxxxx>
wrote:
> On 18 June 2010 07:28, Wolfgang Laun <wolfgang.laun@xxxxxxxxx> wrote:
>> Every now and then, people (not me) want to represent a Map<K,V> in XML by
using
>> s.th. like
>>   <map>
>>     <k1>v1</k1>
>>     <k2>v2</k2>
>>     ...
>>   </map>
>> with ki from K and vi from V. Apart from the obvious limitation for K's
values,
>
> A less limiting approach is:
>
> <map key=" " value=" "/>
>
>> I feel that this is somehow violating the spirit of XML.
>
> I know what you mean.... but for name/value pairs its fine.
>
>
>> So, more specifically: Doesn't such a "structure" complicate the writing
>> of XSLT constructs? Aren't there any statements or expressions that
>> won't be usable at all? (I don't need an exhaustive list of what isn't
>> possible - I'm more interested in a general judgment.)
>
> Not really.  The only issue is with the QName limitation on the K
> values, which you can avoid easily enough.
>
> There was talk of "sequences of sequences" in 2.1... I don't know
> whether that has made it.
>
>
> --
> Andrew Welch
> http://andrewjwelch.com
> Kernow: http://kernowforsaxon.sf.net/
>
>



--
Nick

Current Thread

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
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-2013 All Rights Reserved.