gpt4 book ai didi

java - 如何获取对应于notes、totalqtypctmin、totalqtypctmax、mismatchthresholdpct、prodgrp、prodid、locgroup、geoid的给定xml文件的数据?

转载 作者:行者123 更新时间:2023-12-02 06:26:02 25 4
gpt4 key购买 nike

<pko:POImport xmlns:xs="http://XMLSchema-instance"
xmlns:pko="hello"
xs:schemaLocation=" PlannedQuantityImport.xsd" tag="TAG" notes="These are my notes" totalqtypctmin="2" totalqtypctmax="3" mismatchthresholdpct="8.0">
<prodgrp id="100067">
<prodid>SYC87948427320</prodid>
<locgrp id="100067">
<geoid>30454</geoid>
<geoid>30982</geoid>
<quantity date="2010-12-11" sequence="1" prodid="87948427320">600</quantity>
</locgrp>
</prodgrp>
</pko:POImport>

我想获取对应的数据

标签、注释、totalqtypctmin、totalqtypctmax、mismatchthresholdpct、prodgrp、prodid、locgroup、大地水准面

最佳答案

您将需要 XML 解析器使用所需的 xPath 从 XML 中提取信息。引用这个Best XML parser for Java .

关于java - 如何获取对应于notes、totalqtypctmin、totalqtypctmax、mismatchthresholdpct、prodgrp、prodid、locgroup、geoid的给定xml文件的数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20516254/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com