Hi Lev, On 6/26/07, Lev Lvovsky <[EMAIL PROTECTED]> wrote:
Is there any method which allows for the ignoring of whitespace between elements?<element1> <element2>some text</element2> </element1>
Yes, look at the parser settings. There is a setting which is off by default to throw away ignorable whitespace. But you must have validation turned on to make this work = which means that you need a DTD.
this doesn't seem to parse (understandably, I suppose).
Sorry, looks like fine XML to me, it should parse... Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
