OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Selective parsing of elements

[ Lists Home | Date Index | Thread Index ]
  • From: David Brownell <db@Eng.Sun.COM>
  • To: Nicolas MONNET <nico@echange.fr>
  • Date: Fri, 23 Oct 1998 09:36:35 -0700

Nicolas MONNET wrote:
> 
> I want to parse select XML tags, and pass the remaining ones 'as-is'. Is
> there a way, or is there a certain parser, that will allow me to
> 'register', for example, the tags I'm interested in, and pass the rest as
> PCDATA? Is there anything wrong with this approach?

Most Java parsers offer some such functionality, though details vary.

For example, you could use a SAX parser and ignore DocumentHandler.element
callbacks for the elements you're not concerned with.

Sun's package, as well as others, support this.  I think it's more typical
that folk want to add special processing for specific tags, rather than
ignore the others.  In Sun's package you can define particular "XML Beans"
to represent those tags, and customize processing in that way.  To do that,
you "register" element classes, which can have your custom code.  Similar
mechanisms exist in a number of other packages, and some standards will
probably be forthcoming in this area.

- Dave

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS