行为怪异
我看到这个奇怪的问题,其中   被变成了一些奇怪的“?”象征。就像我输入的某个未知字符一样。 (我在 xsl 中使用  )。
一旦通过 XSL,就将其保留为  。通过 XSL 的另一次“传递”使这个奇怪的字符出现,“?”。这 ”?”甚至在检查元素时也会出现。太奇怪了!
XSL 转换器做了什么会导致这样的事情?
我认为这是在问题“pass”上应用了不同的CSS模板,但是我通过检查元素看到的CSS对于这两种情况都是相同的。
I'm seeing this odd issue where   is being turned into some odd "?" symbol. Like it's some unknown character I've typed. (I'm using in the xsl).
Once pass through the XSL just leaves this as  . Another "pass" through the XSL makes this odd character show up, the "?". The "?" even shows up when doing inspect element. So odd!
What could do the XSL transformer be doing to cause such a thing?
I've thought it was the different CSS templates being applied on the problem "pass" but the css I see through inspect element is identical for both cases.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你忘记了一个分号:
You forgot a semicolon: