Jump to content

Talk:Java API for XML Processing: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 122.164.16.123 - ""
m rm test
Line 12: Line 12:


I'm not sufficiently familiar with SAX to feel authoritive enough to make this change, though. [[User:EdDavies|EdDavies]] 22:50, 22 March 2007 (UTC)
I'm not sufficiently familiar with SAX to feel authoritive enough to make this change, though. [[User:EdDavies|EdDavies]] 22:50, 22 March 2007 (UTC)

[[[[Link title]]<nowiki><nowiki>Insert non-formatted text here</nowiki><nowiki><s>Insert non-formatted text here</s><sup><sup>Superscript text</sup><sup>Superscript text</sup></sup></nowiki></nowiki>]] <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/122.164.16.123|122.164.16.123]] ([[User talk:122.164.16.123|talk]]) 09:03, 30 January 2009 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->

Revision as of 11:04, 30 January 2009

Out of Date

This article needs an update. JAXP 1.3 is now the current version, and "Mustang" has left the stable as version 1.6. Someone (heh maybe even me) needs to update the article, remove the "Out of Date" template marker, and this discussion. Dr algorythm 00:03, 11 May 2007 (UTC)[reply]

Stax (both API and Sun's SJSXP implementation) was indeed added to Mustang, so I (Cowtowncoder) updated references. But since I'm relatively new contributor, I thought I'll leave marker in initially in case I messed something up. —Preceding unsigned comment added by Cowtowncoder (talkcontribs) 21:00, 20 May 2008 (UTC)[reply]

Examples

Could we have an example of how to use this technology.

SAX handler

I don't think it's necessary to use a org.xml.sax.helpers.DefaultHandler - that just provides convenient implementations of some of the interfaces which are required to be used. It would be better to say something like "by invoking methods on the ContentHandler, the ErrorHandler, the DTDHandler, and the EntityResolver interfaces, typically provided by an instance of a class derived from org.xml.sax.helpers.DefaultHandler".

I'm not sufficiently familiar with SAX to feel authoritive enough to make this change, though. EdDavies 22:50, 22 March 2007 (UTC)[reply]