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

Re: interleave algorithm?

  • From: Kohsuke KAWAGUCHI <kohsukekawaguchi@y...>
  • To: Gary Stephenson <garys@i...>, xml-dev@l...
  • Date: Tue, 16 Oct 2001 18:29:54 -0700

back track algorithm



> I managed to cobble together a validating XML parser ( in Xbase++ ) without
> much difficulty by modelling classes for each of the different types of
> content models, and compiling the DTD into a list of instances of these
> classes  . Roughly, content-model classes  have validate methods that accept
> as their single parameter the dom element to be validated.   An element
> validates itself by first validating all its child elements, and then calling
> its content model's validate method.   I assume (but am not entirely sure)
> that in fact I have constructed a sort of finite automaton, but I had no
> theoretical conception in this regard whilst programming it.  


I'm guessing that the strategy you employed is known as "the back track
algorithm"

There is an implementation of TREX (which is very similar to RELAX NG)
in Python at http://pytrex.sourceforge.net/ which uses the same
backtrack algorithm, so I think this would help you.


However, still I'm not sure how you implement it.

You wrote you pass a DOM element to the content model class (I guess
these are like Choice, Group, Interleave, ... ) But these content model
classes should accept (or reject) a sequence of DOM Nodes, instead of
one DOM element.





regards,
----------------------
K.Kawaguchi
E-Mail: kohsukekawaguchi@y...


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.