junk after document element
"Mark Serlin" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
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