0
我正在嘗試使批處理文件將數據拉出文件並將其設置爲變量。批量讀取部分xml文件
棘手的部分是我需要讀取XML文件,而我只需要下面一行的引號之間的數據...
narrative="I only need this text here"
在該行的文本還可以包含空格,括號,斜槓,破折號和冒號。
示例XML文件:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<cadcall>
<call callnumber="123456" jurisdiction="abcd" department="dept 1" complaint="cost" priority="M" calltencode="" callername="Persons Name" phonenumber="Cell Number HERE" narrative="[10/02/2012 14:56:27 : pos9 : PERSON] Fairly long narrative here describing issue of dispatch, but sometimes these can be short." alarmtype="" ocanumber="0000000000" disposition1="TRAN" />
</cadcall>
這是一個完整的例子。 <?xml version =「1.0」encoding =「utf-8」standalone =「yes」?> - –
在沒有'cut'的情況下添加'xmllint'命令 –
當我運行這個時,出現XPath錯誤:表達式無效。它顯示了一個指向該時期的卡爾特; (X,'。')]' –