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
Is it possible to use xmq to transform plain-text fetched from a remove site with ixml? Perhaps I've mistyped something, but neither:
xmq --ixml=grammar.ixml http://example.com
nor
curl http://example.com | xml --ixml=grammar.ixml
seems to work (the first says "could not read" and the second "broken pipe"), and I wasn’t able to find an explanation or example in the documentation.
The text was updated successfully, but these errors were encountered:
Is it possible to use xmq to transform plain-text fetched from a remove site with ixml? Perhaps I've mistyped something, but neither:
nor
seems to work (the first says "could not read" and the second "broken pipe"), and I wasn’t able to find an explanation or example in the documentation.
The text was updated successfully, but these errors were encountered: