阅读背景:

使用Xpath导航器获取xml文档中两个产品的平均价格

来源:互联网 

I have the following xml:

我有以下xml:

<products>
    <product id="1">
        <name>Cigarettes</name>
        <price>5</price>
        <stack>On stack</stack>
        <date>19.11.2016</date>
    </product>

    <product id="2">
        <name>Frozen vegetables</name>
        <price>10</price>
        <stack>Not on stack</stack>
        <date>22.08.2014</date>
    </product>
</products>
<product



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: