在Shell脚本中有没有方便的XML解析方法阿
比如,在BASH   Shell中,想得到下列文件 
  <Node1>  
        <Item>  
        </Item>  
        <Item>  
              <Name> 123 </Name>  
        </Item>  
  </Node1>  
 中 
 Node1的第二个Item的Name的内容   
 因为要获得很多内容,用XSLT会写很多XSL文件, 
 但又不想直接一行一行读出来Grep,有没有方便的方法阿。
------解决方案--------------------去下一个 xmlstarlet 软件。  这是SHELL  命令行的工具。