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

Re: Inserting optional elements

  • From: james anderson <james.anderson@m...>
  • To: Xml-Dev <xml-dev@l...>
  • Date: Fri, 22 Sep 2000 18:18:59 +0200

Re: Inserting optional elements

"List-valued" entities are much easier to operate on if one required the
elements to have identifying attributes. By "list-values" I mean any
content where the element names are not sufficient to describe an
unambiguous access path. We couldn't see any reason to support "blind"
operations on an elements by position only. It doesn't even have to be a
true id attribute - just among the siblings.

Matthew Gertner wrote:
> 
> Paul,
> 
> This is an good point. XPath is not sufficient to specify the location of a
> new element unambiguously. This is obvious from the following example:
> 
> <element name="foo">
>         <complexType>
>                 <element ref="bar" maxOccurs="unbounded"/>
>                 <element ref="baz"/>
>                 <element ref="bar" maxOccurs="unbounded"/>
>         </complexType>
> </element>
> 
> Suppose I have the following document:
> 
> <foo>
>         <bar/>
>         <bar/>
>         <baz/>
>         <bar/>
> </foo>
> 
> If I want to add an element with the XPath "foo/bar[3]", then I have no way
> of knowing whether this will result is bar,bar,bar,baz,bar or
> bar,bar,baz,bar,bar. This is only one of several problems with XPath. We're
> thinking about extending the standard to solve these problems, so I'd be
> most interested to know if any other individuals, companies or organizations
> are working on this and want to collaborate. I haven't checked whether the
> W3C is working on this yet (but I will).
>


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