mirror of
https://github.com/wader/fq.git
synced 2024-12-25 06:12:30 +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
199 B
XML
10 lines
199 B
XML
<elm>
|
|
<first><!-- comment --></first>
|
|
<middle>text</middle>
|
|
<last attr1="v1" attr2="v2">
|
|
text1
|
|
<!-- comment1 -->
|
|
text2
|
|
<!-- comment2 -->
|
|
</last>
|
|
</elm> |