Right. Xerces-J is a general purpose XML parser. It's not going to do that
for you out of the box, but you can write code which does that sort of
filtering.

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrgla...@ca.ibm.com
E-mail: mrgla...@apache.org

Dave Brosius <dbros...@apache.org> wrote on 06/16/2011 02:56:19 PM:

> On 06/16/2011 02:22 PM, Greene, Ronald W. wrote:
> I have a need to parse a feed of XML to determine if it can be
> passed from one enclave to another.
> One side will host the JMS provider and the other will be reaching
> across to pull the data  they need down to run certain jobs.
>
> We are looking to put a XML parser in between to scan for dirty
> words or just plain message structure. Can this be done with this
product?
>
> Ron Greene
> Information Assurance Manager
>
> Yes. Of course there are no built-in bad language filters, etc, that
> you have to provide yourself through XMLFilters, but filters as
> specified by the sax standard are supported with the xerces parser.

Reply via email to