[Mono-list] XmlDocument::Load

Mike Kestner mkestner@speakeasy.net
18 Mar 2002 17:03:57 -0600


I'm getting NullRefExceptions out of the Subject method.  

I believe it is because of the node "stack" logic in the element loading
case.  The IsEmptyElement check pushes a node on the stack for elements
that don't have child elements, but do have attributes. It doesn't look
like that is desired behavior to me.  I'm heading out for the evening so
I can't track it any further right now, but I figured if Jason, Duncan,
or Kral had a chance, there might be a fix waiting when I get home.  :)

Mike