Selective parsing of elements
Nicolas MONNET (nico@echange.fr)
Fri, 23 Oct 1998 15:57:58 +0200 (MET DST)
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?
I've looked at the SAXON library, but at first sight it's slightly
overkill for my purpose.