Saxon Xslt 处理器错误

发布于 2024-11-25 15:28:42 字数 194 浏览 1 评论 0原文

在我的.net应用程序中,我尝试使用saxon xslt处理xml,xslt版本是2.0。 当数据很大时,我会收到以下错误。

[net.sf.saxon.trans.XPathException] = {“org.xml.sax.SAXParseException:XML文档结构必须在同一实体内开始和结束。”}

知道它是什么吗?提前致谢。

In my .net application i am trying process an xml using saxon xslt, the xslt version is 2.0.
When the data is large i am getting the following error.

[net.sf.saxon.trans.XPathException] = {"org.xml.sax.SAXParseException: XML document structures must start and end within the same entity."}

Any ideas what it is? Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩套路吗 2024-12-02 15:28:42

您提供的消息表明您尝试转换的 XML 文档(或者可能是 XSLT 样式表)不是格式良好的 XML。您可以使用 XML 解析器读取 XML 文档(和样式表)吗?

The message you've provided suggests to me that the XML document you're attempting to transform (or perhaps the XSLT stylesheet) is not well-formed XML. Can you read the XML document (and the stylesheet) using an XML parser?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文