XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Do XML Schema processors do backtracking?

Hi Folks,

I am reading a compiler book [1] and it says this:

"An important practical criterion is that a parser should not backtrack. At all stages it should operate deterministically. A number of authors have described backtracking parsers, but those are rarely used in practice. It is difficult to undo semantic actions carried out by the parser as is necessary if it has to backtrack."

Do XML Schema processors do backtracking? For instance, if the XML document has this:

<name>John Doe</name>

and the XML Schema has this choice:

<xs:choice>
    <xs:element name="id" type="xs:int" />
    <xs:element name="name" type="xs:string" />
</xs:choice>

Does the XML Schema processor try the first branch of the choice, backtrack, and then try the second branch?

/Roger


[1] Introduction to Compiling Techniques by J.R. Bennett, see bottom of page 80.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS