mirror of
https://github.com/wader/fq.git
synced 2024-11-28 03:02:55 +03:00
cae288e6be
json, yaml, toml, xml, html, csv are now normal formats and most of them also particiate in probing (not html and csv). Also fixes a bunch of bugs in to/fromxml, to/fromjq etc.
4 lines
95 B
XML
4 lines
95 B
XML
<elm xmlns="a:b:c">
|
|
<ns1:aaa ns1:attr1="v1">1</ns1:aaa>
|
|
<bbb key="value">3</bbb>
|
|
</elm> |