獲取當前節點的父節點名稱的正確語法是什麼?我知道它是關於AxisName的父類,但是什麼是正確的語法? 例如下面的XML如何獲取當前節點的父節點名稱?
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="file:/dev/null" iosp="lasp.tss.iosp.ValueGeneratorIOSP" start="0" increment="1">
<attribute name="title" value="Vector time series"/>
<dimension name="time" length="100"/>
<variable name="time" shape="time" type="double">
<attribute name="units" type="String" value="seconds since 1970-01-01T00:00"/>
</variable>
<group name="Vector" tsdsType="Structure" shape="time">
<variable name="x" shape="time" type="double"/>
<variable name="y" shape="time" type="double"/>
<variable name="z" shape="time" type="double"/>
</group>
</netcdf>
爲元素可變我應該得到的NetCDF或基團。提前致謝。
好問題,+1。查看我的答案,獲取最短可能的XPath表達式,該表達式的計算結果爲當前節點的父節點的名稱。也是爲什麼父母可能沒有名字的解釋。最後,這真的是一個XPath問題,而不是XSLT問題。 –