XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
This character ⬠is appearing at the top of every page on Mac OSX IE 5.2. It appears as a ? mark in the source when I do a view source.
I have declared the character encoding as UTF-8 in my xsl. Has anybody come across this before.
I'm not familiar wioth Macs but these sort of things normally happen when the encoding is not what you think. Just declaring it in the file doesn't make it happen, how are the files produced?
C# doesn't use msxml parser, it uses .net version, unless you're using COM interop, show us a code sample and the ouput element of the stylesheet if there is one.