This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modify XML Value Using Java. | |
$ javac -encoding UTF-8 IOUtils.java ModXmlUtils.java ModXml.java | |
$ java ModXml -element "/hoge/gebu" -attribute "foo" -value "bar" -input "in.xml" -output "out.xml" |
OlderNewer