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

RE: Can XML documents have loops (cycles)?

  • From: "Costello, Roger L." <costello@mitre.org>
  • To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
  • Date: Mon, 10 Oct 2011 12:28:40 +0000

RE:  Can XML documents have loops (cycles)?
Thanks David.

So would it be accurate to say that: 

1. XML documents may have loops (cycles).

2. XML parsers just report the loops; XML parsers do not traverse them.

/Roger

-----Original Message-----
From: David Carlisle [mailto:davidc@nag.co.uk] 
Sent: Monday, October 10, 2011 8:21 AM
To: Costello, Roger L.
Cc: xml-dev@lists.xml.org
Subject: Re:  Can XML documents have loops (cycles)?

On 10/10/2011 13:03, Costello, Roger L. wrote:
> Why doesn't an XML parser have to worry about falling into an
> infinite loop?

because an xml parser never follows ID/IDREF links, it just reports
them. You only have to worry about looping if you are traversing the
implied graph. An XML application using the results of a parse may need
to worry about that, but the parser doesn't. You may go through many
stages of application before any application need worry, for example
your file may be parsed without error, may be transformed to html with
(say) xslt without error, with the links being turned into html
hypertext links. Loops in that link structure are not errors either and
cause no problem for an html browser. However, if you have a set of
trained monkeys (or a search engine web crawler) that is mechanically
traversing the generated html links then _they_ (or it) need to worry
about loops. but that is a long way removed from the original XML file.

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


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