gpt4 book ai didi

xml - 关闭 Saxon 中的 xml header 输出

转载 作者:数据小太阳 更新时间:2023-10-29 01:47:24 26 4
gpt4 key购买 nike

使用 Saxon 9.4 的 .NET 版本,我运行如下命令行:

Query.exe -s:myfile.xml -qs:/cruisecontrol/build/msbuild[@success='true']/project[1]/target[@name='GetLatestSource']/message[last()]/text()

我得到了这样的结果

<?xml version="1.0" encoding="UTF-8"?>375

我怎样才能关闭 XML header (省略 XML 声明)以便我只得到 375 作为输出?我检查过 the documentation ,但也许我只是想念它。

最佳答案

想通了...

我需要添加 omit-xml-declaration 选项:

Query.exe -s:myfile.xml -qs:"declare option saxon:output 'omit-xml-declaration=yes'; /cruisecontrol/build/msbuild[@success='true']/project[1]/target[@name='GetLatestSource']/message[last()]/text()"

将是实现这一目标的一种方式。

关于xml - 关闭 Saxon 中的 xml header 输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9320462/

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