Menu

#22 more samples for doc

open
nobody
None
5
2005-03-11
2005-03-11
Anonymous
No

Convert element names to lower case

xml pyx SampleReport.xml | awk '{if (/^\(/) print
tolower($0); else if (/^\)/) print tolower($0); else
print $0; }' | xml p2x

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.