Commit Graph

9 Commits

Author SHA1 Message Date
Laurence Withers ad6f784731 Fix handling of restart markers. csxml_reset() was clearing the state after encountering a restart
marker, leaving us in stream level after <![RESTART[, which meant that the closing bit of the marker
was interpreted as stream-level content. Also, the state machine now handles restart markers at high
level as well as low level; this simply means that a (false) error is not issued in the case of
perfectly well-formed Streamed XML containing restart markers.
2007-01-08 12:26:55 +00:00
Laurence Withers 58441639b4 Fix two bugs found by valgrind: freeParser() wasn't freeing the outer struct, and the check for
duplicate attribute names was overrunning the existing array.
2007-01-08 11:22:35 +00:00
Laurence Withers c081c94d72 Bump version 2007-01-05 12:05:25 +00:00
Laurence Withers 3905857e98 Update documentation. 2007-01-05 12:04:56 +00:00
Laurence Withers 0a6ca7f565 Add required variable 2007-01-05 12:04:25 +00:00
Laurence Withers e4aca335e2 Don't reset line/col on restart marker.
Check for duplicate attributes.
Bump version.
2007-01-05 11:54:57 +00:00
Laurence Withers e4f386c7f5 Bump version 2006-12-15 16:40:22 +00:00
Laurence Withers 076e58ccd7 Upgrade to new build system 2006-12-15 16:39:58 +00:00
Laurence Withers 8c470e4039 Initial import from libStreamedXML-1.2.7 2006-11-23 00:18:43 +00:00