You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
wordrider.net
on 29 Oct 2010 at 7:49The text was updated successfully, but these errors were encountered: