如何构建XPATH查询以提取模型metaid

时间:2019-04-30 22:39:09

标签: xml xpath libxml2 xml-libxml

这是我正在使用的XML文件的标题

<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1">
  <model metaid="metaid0" id="bind2_sbml">
    <listOfUnitDefinitions>
      <unitDefinition id="second_order_rate">
        <listOfUnits>
          <unit scale="0" kind="litre" multiplier="1" exponent="1" />
          <unit scale="-6" kind="mole" multiplier="1" exponent="-1" />
          <unit scale="0" kind="second" multiplier="1" exponent="-1" />
        </listOfUnits>

我尝试使用/sbml[@xmlns="http://www.sbml.org/sbml/level3/version1/core"]/模型

https://xmltoolbox.appspot.com/xpath_generator.html建议。但这不起作用,可以使用https://codebeautify.org/Xpath-Tester

进行检查

0 个答案:

没有答案