Valentyn Kolesnikov

Results 67 comments of Valentyn Kolesnikov

It will be closed on January 15.

It worked for me with Firefox

It may be stored in this structure ```json { "sec": { "-sec-type": "chapter", "title": "Introduction", "p": { "#text": "It's ", "b": "bold", "#text1": "." } }, "#omit-xml-declaration": "yes" } ```

```json { "commandes": { "commande": [ { }, { } ] } } ``` may be converted to xml ```xml ```

Hi, ```xml B313CBA4-BCA9-4B8F-8C50-BADE9423A020 ``` may be converted to json ```json { "EML": { "-xmlns": "urn:oasis:names:tc:evs:schema:eml", "TransactionId": "B313CBA4-BCA9-4B8F-8C50-BADE9423A020" }, "#omit-xml-declaration": "yes" } ```

It may be attribute number="true"

```xml 1 2008 141100 4 2011 59900 68 2011 13600 ``` may be converted to ```json { "data": { "country": [ { "-name": "Liechtenstein", "rank": "1", "year": "2008", "gdppc": "141100",...

```xml XXXXXXX 123456: YYYYYYY ``` maybe converted to: ```json { "p": { "#text": "XXXXXXX ", "a": { "-href": "url", "-type": "external", "#text": "123456" }, "#text1": ": YYYYYYY" }, "#omit-xml-declaration": "yes"...

```xml ``` may be converted to ```json { "a": { }, "#encoding": "Windows-1251", "#standalone": "yes" } ```