Blacksmoke16 / oq

A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
https://blacksmoke16.github.io/oq/
MIT License
190 stars 15 forks source link

Capture XML namepace prefix and URL within the deserialized data #89

Closed Blacksmoke16 closed 3 years ago

Blacksmoke16 commented 3 years ago

Fixes #85

Blacksmoke16 commented 3 years ago

@LoganBarnett I added specs and error if someone uses the namespace option w/o --xmlns. Find anything else or think this is good to go?

LoganBarnett commented 3 years ago

@Blacksmoke16 whoops, I commented back on the issue. Gist: Looks good! Let's merge it :)