从这个Parse XML response to another requests in Postman开始 ? "xs:schema"]["xs:element"] [1]["$"]["name"]
jsonData["xs:schema"]["xs:element"][2]["$"]["name"] 我们是按索引获取name:"Envelope
对于下面的xml示例(不是实际的xml只是指示性的),对于每个<field>记录,我都试图:打印出title标记的ref属性和field标记的genre属性,但只有在title标记的ref属性等于12的情况下才打印出来- valid xml file</example></record>
通过使用,我能够使用索引来完成这一任务,例如引用child[0]而不是<