Skip to content

chlunde/xmlfrob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

xmlfrob

xmlfrob implements a program for making minor modifications to XML files.

Goals:

  1. more robust for XML files than sed
  2. simpler than xsltproc
  3. keep style, indentation and comments of original input file

Example:

<server>
  <connector port="8080"/>
</server>


xmlfrob --inplace --input foo.xml /server/connector@port=8181

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages