Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is it a bug in the SAX2 XML interface?

Status
Not open for further replies.

aldevinas

Programmer
Aug 3, 2001
5
0
0
LT
Is it a bug in Microsoft's SAX2 API:

It seems "characters" event is generated only once after new element is found
example:

<test>
<e>1</e> - &quot;characters&quot; event is generated
<e>2</e> - &quot;characters&quot; event is NOT generated
</test>

I tested with Microsoft's SAX2 JumpStart app for VC++. Just implement &quot;Characters&quot; event in MyContent class in the same way as StartElement event. I used MSXML SDK 3.0. Any ideas?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top