Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ANN: xml-object.r , and...a question about REBOL's built-in parse-x

From: deryk::iitowns::com at: 5-Oct-2001 22:39

On Friday 05 October 2001 08:28, you wrote:
> What you were referring to is doing something like: > > <foo> > <bar>something</bar> > <bar>something</bar> > </bar> > </foo> > > And of course, this is ok -- in fact it is extremely useful. The ability > to represent repeating nested or 'recursive' structures is a very important > capability, as you rightly point out. And, I'm happy to say, xml-object.r > handles it ok too.
[[deryk--trek] deryk]$ xmllint lint lint:5: error: Opening and ending tag mismatch: foo and bar </bar> ^ lint:6: error: Extra content at the end of the document </foo> ^ _almost_ ;)