Commit ae487ba020d1f5049de5fa4499ab1439d53bc5c4

Daniel Veillard 2005-11-17T07:25:52

use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but no * parser.c: use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but no standalone attribute was found, suggested by Michael Day to detect if an XMLDecl was found. Daniel