Talk:Simple API for XML
Error Handling/Recover?This article doesn't explain how the error handling and error recovery occur in this style. Is there a different streamed output for when an error is encountered? And what about the consumption of tokens? Does it use the FIRST-FOLLOW strategy for error recovery commonly used in Predictive Parsers? Or does it use something else? — Preceding unsigned comment added by Worlds Greatest Engineer (talk • contribs) 11:58, 6 September 2025 (UTC) Huh?Who wrote this text? I doubt computer geeks need a wiki entry for this. Can we tone it down a bit??? —Preceding unsigned comment added by 158.228.222.129 (talk • contribs) 17:25, 13 April 2006
State-dependent or -independent?Footnote three, annotating an assertion that "SAX processes documents state-dependently", says just the opposite: "In a nutshell, SAX is oriented towards state independent processing, where the handling of an element does not depend on the elements that came before. StAX, on the other hand...". Just wanted to check if I was missing something before changing this - to get the logic entirely backwards would seem a strange mistake to make -- Doubious (talk) 23:44, 2 September 2012 (UTC) CategoriesShould this article be listed in Category:XML parsers ? The java implementation is an XML parser, but the article discusses SAX as a standard. 82.99.7.155 (talk) 13:37, 4 October 2010 (UTC) Virtually any kind of XML validation requires access to the document in fullI don't think that's an accurate statement at all. For example, in Java, most methods of It seems like that phrase has been in here since 2007 with no citation to back it up: https://en.wikipedia.org/w/index.php?title=Simple_API_for_XML&oldid=109669213 — Preceding unsigned comment added by Richard.jp.leguen (talk • contribs) 00:12, 7 December 2014 (UTC) Single passWhy is "single pass" marked as unclear? Is it considered insufficiently precise or what? It's about reading each line of the XML file sequentially, with no turning back. XSLT is allowed to return to an earlier point, for instance. --Nemo 20:46, 31 October 2018 (UTC) |