[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [xml] Run-time error during XML parse



On Mon, 2003-06-30 at 13:06, Sriram Chadalavada wrote:

>         child->name of the root->xmlNodeChildrenNode
> is being returned as "text" whereas it should be
> "ENTITY". I do not know as yet what to call this error

You're getting a text node.  This might be from whitespace/formatting
(newlines/indenting/etc.) that becomes part of the element's content. 
If you expect this kind of indenting, just ignore these nodes - skip
past them.

> and could not find anything relevant on the 
> archives by typing "erroneous child name". 
> 

-- 
Sean Middleditch <elanthis awesomeplay com>
AwesomePlay Productions, Inc.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]