Timeline for extract xml tag value from file where file name has spaces
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 12, 2018 at 11:49 | comment | added | Arun GoWdA | we cannot install the upgraded switch of xmllint and XMLStarlet. due to limitation. can you please to extract using the string? Oracle suggests the same | |
| Mar 2, 2018 at 8:32 | comment | added | ErikF | Using awk and friends for XML processing is almost always a bad idea, because they don't know anything about the structure of the data and are incredibly brittle. For example, if "TemplateCode" shows up in some other (non-prop related) context in the XML file before the one you're interested in, you'll end up with erroneous results. There are enough common tools that know about XML nowadays! | |
| Mar 2, 2018 at 7:58 | history | answered | Kamaraj | CC BY-SA 3.0 |