Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: SAX2 not emiting all sections of XML document ... Date: Sat, 23 Jun 2012 19:51:47 -0400 Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <1340492624.740783@nntp.aceinnovative.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 23 Jun 2012 23:51:01 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="lN5NBsxb/Hl+dKZczfqfVQ"; logging-data="5411"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nIxkT/eK2PQXEJyEuFOLyt2vG/ecErpA=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120507 Icedove/3.0.11 In-Reply-To: <1340492624.740783@nntp.aceinnovative.com> Cancel-Lock: sha1:T9zbKjYie85E1BRnRbaSfTE9DIc= Xref: csiph.com comp.lang.java.programmer:15552 On 06/23/2012 07:03 PM, lbrt chx _ gemale wrote: > I am trying to reproduce parts of an RDF document using a SAX2 contenthandler: > ~ > saxproject.org/apidoc/org/xml/sax/helpers/DefaultHandler.html http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html web search on "Handling Lexical Events" I'm currently working with catalog.rdf using Stax, it seems much easier for me.