LoginHomeBugs & FeaturesDocumentationDownloadForums
ID:102
Status:5 - New
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:3 - Applies to all machines and operating systems
Subsystem:Unassigned
Summary:stop mxmlSAXLoadString()
Version:2.6
Created By:Drake
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File

No files

Trouble Report Dialog:

Post Text

Name/Time/DateText
Drake
00:38 Dec 14, 2009
Parsing XML files, it can be useful to stop mxmlSAXLoadString() for example in the following scenarios:
- if only the first fields of the XML file are interesting.
- if the XML file is valid, but the values are out of range or the data type is wrong.

In both cases, there is no need to parse the whole file.

This could be realized by added a return value or a further parameter to the callback function mxml_sax_cb_t.

Greetings Drake