ColdFusion“序言中不允许有内容”没有 Bom 的 XML

发布于 2024-11-17 04:46:33 字数 567 浏览 1 评论 0原文

我在使用 ColdFusion 解析 XML 文件时遇到一些问题。 我已经对 BOM 文件进行了两次、三次检查,但该文件不存在

奇怪的是,代码仅在我使用 时才会发生。 因此,在 index.cfm

<cfinvoke component='controller.me' method='ADQuery'>
</cfinvoke>

Controller/Me.cfc

<cffunction name='ADQuery' output='true'>
<cfset netinfoxml = XMLParse(ExpandPath('conf/netinfo.xml'))>

上,一切都出错了。 但是,如果我直接从 index.cfm 执行此操作,然后转储它。那么就可以了。

有什么想法吗?

抱歉,这可能是一件非常微不足道的事情

I'm having some trouble parsing an XML file with ColdFusion.
I've double, triple-checked the file for the BOM, which doesn't exist.

The twist, the code only happens when I use <cfinvoke>.
So, on index.cfm

<cfinvoke component='controller.me' method='ADQuery'>
</cfinvoke>

Controller/Me.cfc

<cffunction name='ADQuery' output='true'>
<cfset netinfoxml = XMLParse(ExpandPath('conf/netinfo.xml'))>

Then it all goes wrong.
However, if I do it directly from index.cfm, and dump it. Then it's fine.

Any ideas?

Sorry, it's probably something incredibly trivial

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

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

发布评论

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

评论(1

梦开始←不甜 2024-11-24 04:46:33

也许这会有所帮助,似乎是对您的问题的非常深入的描述[和解决方案!]...

http://www.bennadel.com/blog/1206-Content-Is-Not-Allowed-In-Prolog-ColdFusion-XML-And-The-Byte-Order-Mark-BOM-.htm

如果没有的话,可以贴一下xml吗?

-肖恩

maybe this will help, seems to be a pretty in depth description [and solution!] to your problem....

http://www.bennadel.com/blog/1206-Content-Is-Not-Allowed-In-Prolog-ColdFusion-XML-And-The-Byte-Order-Mark-BOM-.htm

If not, can you post the xml?

-sean

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