Anyone knows something about a ***non* *recursive* XML parser??

Why??

Actually, I'd be interested too. I get frustrated with XML because sometimes one uses it for a tree-based structure and sometimes for a linear markup structure, and the two don't naturally go together very well. The XML 'I like <drink>coffee</drink> and I love <drink>tea</drink>' is logically a single node with markup, but in a recursive structure the words 'coffee' and 'tea' are both one level down. This is particularly problematic when parsing things like 'one two <B><I>three</I> four</B> <I>five</I>'.

Flash's XML parser actually deals with this pretty well, but I'm yet to find an XML editor which is comfortable with it.

Danny
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to