Timeline for Extract the Children of a Specific XML Element Type
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 12, 2017 at 14:13 | history | edited | user232326 | CC BY-SA 3.0 |
deleted 125 characters in body
|
| Nov 12, 2017 at 4:27 | comment | added | igal | @Arrow Yup! Very nice. Upvoted! | |
| Nov 12, 2017 at 2:15 | comment | added | user232326 | @igal Maybe now, answer edited (made even simpler), spaces removed. | |
| Nov 12, 2017 at 2:12 | history | edited | user232326 | CC BY-SA 3.0 |
Simpler code, no spaces.
|
| Nov 12, 2017 at 0:06 | comment | added | igal |
This actually didn't work for me; I got no output at all. I changed the if($0~"\\<"tag) condition to if($0~"</"tag) and got the expected output, but not in the correct format (there was additional whitespace).
|
|
| Nov 11, 2017 at 14:44 | history | answered | user232326 | CC BY-SA 3.0 |