[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: <xml-dev@lists.xml.org>
  • Date: Sun, 11 Dec 2011 10:12:08 -0500

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

 

Regarding recursive xml/schema.

I agree with all the posts so far - its a great fit for some things.

And it works well and the tools generally work well for it (like xslt).

However a warning ... dont abuse it.   I've had the (dis)pleasure of having to work with a XML (schema-less) which reuses a generic term where they should be specific.      To spare the innocent lets say its something like this

   <block type="header" level="3">Header</block>

      <block type="paragraph" indent="10">A Paragraph</block>

         <bock type="list" format="roman">A List</block>

...

The real XML was actually worse as it didnt have the "type" ... you had to know by the depth what 'kind of thing' the element was.  And they were really different things.

 

Writing a schema for this and processing and validating are really painful.

Even with the use of local element definitions in schema, its hard to write  a schema for this kind of use.  XSLT is hard too (without type 'type').

And reading the XML is painful as you need to know the context to understand it.

 

So I suggest one can go too far.

 

 

 

----------------------------------------

David A. Lee

dlee@calldei.com

http://www.xmlsh.org



[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.