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

RE: Is recursive markup good? bad? supported? not supported?

  • From: "David Lee" <dlee@calldei.com>
  • To: "'David Carlisle'" <davidc@nag.co.uk>
  • Date: Mon, 12 Dec 2011 08:33:57 -0500

RE:  Is recursive markup good? bad? supported? not supported?
Yes ... no doubt that works.
Although the real issue is more subtle (I don't want to bother the list with
the details).    But what's harder than the XSLT is the schema.
Defining a truly recursive schema with the same element names that take on
different meanings (and attributes and allowed children !) depending on
their depth is a tough one.  Local elements declarations can help, but when
the XML simply wasn't designed with schema in mind its not fun.

Anyway my whole point to this sub-thread was that sometimes (IMHO) use of
recursive structures can be (ab)use and should really be thought out better.


----------------------------------------
David A. Lee
dlee@calldei.com
http://www.xmlsh.org

-----Original Message-----
From: David Carlisle [mailto:davidc@nag.co.uk] 
Sent: Monday, December 12, 2011 4:31 AM
To: dlee@calldei.com
Cc: 'Andrew Welch'; xml-dev@lists.xml.org
Subject: Re:  Is recursive markup good? bad? supported? not
supported?


On 11/12/2011 17:12, David Lee wrote:
> match="block"
>
> match="block/block"
>
> match="block/block/block"
>
> ==============================
>
> Yes but try to that  for an arbitrary deep occurrence.


match="block[count(ancestor::block)=$n]"


probably works in practice, or if you really need to check that all the 
blocks are direct children of each other then

match="block[every $i in 1 to $n satisfies ancestor::*[$n]/self::block]

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

_______________________________________________________________________

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