标签: quoting xmlstarlet
如何阻止xmlstarlet重写文件中的所有引号。
例如,
<value restricted='false'>Sunday</value>
变为
<value restricted="false">Sunday</value>
这会在git中产生许多不必要的差异变化。