ObjFW  Check-in [73aaf87867]

Overview
Comment:Also set finishedParsing if the root element is in short form.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 73aaf878677b7eb307d49496cd0532e195dfe3f3e6f32e5534e3cbb1ba54c87f
User & Date: js on 2011-05-12 19:45:19
Other Links: manifest | tags
Context
2011-05-12
19:58
Style improvements. check-in: 85ffbaabbb user: js tags: trunk
19:45
Also set finishedParsing if the root element is in short form. check-in: 73aaf87867 user: js tags: trunk
18:45
Add -[localYear] to OFDate. check-in: 0a61ada030 user: js tags: trunk
Changes

Modified src/OFXMLParser.m from [c68cb5d129] to [86dfdc1dc5].

566
567
568
569
570
571
572



573
574
575
576
577
578
579
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582







+
+
+







				elementEndHandler(self, name, prefix, ns);
			else
#endif
				[delegate parser: self
				   didEndElement: name
				      withPrefix: prefix
				       namespace: ns];

			if ([previous count] == 0)
				finishedParsing = YES;
		} else
			[previous addObject: [[cache copy] autorelease]];

		[pool release];

		[name release];
		[prefix release];