[Expat-discuss] junk after document element

Mark Serlin mark.serlin at ashgaming.com
Wed Dec 13 14:41:10 CET 2006


Hi all
I'm getting the above error message parsing this:
<Framework verbex="Refresh" /><Player totalWin="0" balance="0"
hasPlayedBefore="0" /><Awp></Awp><Bet numChips="1" chipSize="100"
maxChips="1" minChips="1" validChips="10,25,50,100,200,500,1000,2000" />

It's a CString by the way, I'm using it like this.

	XML_Status status = XML_Parse( parser, xmlToParse.GetBuffer(
xmlToParse.GetLength() ), xmlToParse.GetLength(), true );	

Any ideas anyone?

-Mark


More information about the Expat-discuss mailing list