[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] interleave algorithm?
- From: Gary Stephenson <garys@ihug.com.au>
- To: xml-dev@lists.xml.org
- Date: Tue, 16 Oct 2001 14:10:32 +1000
Hi all,
I am trying to implement Relax NG, but am having a hard time figuring out how
to implement the "interleave" pattern. Are there any published algorigthms or
open-source implementations of a similar nature that I could access and study?
(for free!)
I have a _very_ rough idea how one might attempt it in Ruby (using codeBlocks)
and Python (generators) but the language I am working in (Xbase++) has neither
of these (er.. well, it does have codeblocks - but not with the nice
co-routine like capability of those in Ruby).
Many tias,
gary