发号施令
xml ed -N x=http://java.sun.com/xml/ns/j2ee -s //x:web-app/x:security-constraint/x:auth-constraint -t elem -n role-name -v appuser WEB-INF/web.xml
但是上面的命令添加了两个子节点appuser
,因为在我的 xml 中出现了两次“web-app/security-constraint/auth-constraint”。我只想添加一个。我怎样才能做到这一点?