[Home] [By Thread] [By Date] [Recent Entries]

  • To: Xml-Dev <xml-dev@l...>
  • Subject: SAX Question
  • From: "Bullard, Claude L (Len)" <clbullar@i...>
  • Date: Wed, 19 Jun 2002 16:11:30 -0500

A real XML question or at least SAX:

Given

<mydoc 
att1="somevalue"
att2="someother,another,yetanother"
att3="stillmore" />

or 

<mydoc 
att1="somevalue"
att2="someother,another,yetanother"
att3="stillmore">
</mydoc>

shouldn't SAX treat these identically?

The odd result is that using XMLReader (MS), 
the second guy results in a call to the 
error handler and the first doesn't.  Is that right?

len

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member