Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE - Sax2binding - support for namespaceAware (ignoring namespaces) and/or org.xml.sax.helpers.XMLFilter #10

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice to have this feature. I want to be able to parse these 2 XMLs 
with a same binding:

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">

  <ShortName>isoHunt - BT search</ShortName>
   ...
</OpenSearchDescription>



<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription>
  <ShortName>isoHunt - BT search</ShortName>
   ...
</OpenSearchDescription>

It can be implemented using many ways - eg. using customized XMLFilter.

Original issue reported on code.google.com by wordrider.net on 29 Oct 2010 at 7:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant