mirror of
https://github.com/wader/fq.git
synced 2024-11-30 18:08:16 +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.
10 lines
302 B
XML
10 lines
302 B
XML
<elm xmlns:ns1="http://test1" xmlns:ns2="http://test2">
|
|
<ns1:aaa ns1:attr1="v1">1</ns1:aaa>
|
|
<ns2:aaa ns2:attr2="v2">
|
|
2
|
|
<ns1:ccc ns1:attr3="v3"></ns1:ccc>
|
|
<ns2:ccc ns2:attr4="v4"></ns2:ccc>
|
|
<ns3:ccc ns2:attr5="v5"></ns3:ccc>
|
|
</ns2:aaa>
|
|
<aaa>3</aaa>
|
|
</elm> |