开发者

&nbsp Acting Oddly [closed]

开发者 https://www.devze.com 2023-02-08 12:51 出处:网络
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years ago.

I'm seeing this odd issue where &nbsp is being turned into some odd "?" symbol. Like it's some unknown character I开发者_Python百科've typed. (I'm using   in the xsl).

Once pass through the XSL just leaves this as &nbsp. 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.


You forgot a semicolon:

 
0

精彩评论

暂无评论...
验证码 换一张
取 消