[Expat-discuss] XMLParserBuffer returns no element found!!!

Michael B Allen mba2000 at ioplex.com
Wed Aug 23 04:31:18 CEST 2006


On Wed, 23 Aug 2006 07:27:50 +0530
Shishir.Rawat at rds.co.nz wrote:

> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> xmlfile.xml contains
> 
> <config>
>         <builddate>2006-11-23</builddate>
> </config>
> 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

That's not a valid XML file. An XML file always begins with the <?xml
version="1.0"?> processing instruction. Does the behavior change if you
add it?

Mike

PS: You might want to upgrade to the latest libmba. It's far more portable
and doesn't use variadic macros. I don't think the changes to DOMC would
be significant.

-- 
Michael B Allen
PHP Active Directory SSO
http://www.ioplex.com/


More information about the Expat-discuss mailing list