It returns 9 question marks. So that seems consistent.
it's unlikely to have put ? marks in the html file. It'smore likely that
it is writing those characters into the html in an encoding that your
browser does not understand, or just that it does understand them but
you do not have those fonts. What encoding is the generated html in (and
what encoding is your browser using?)
Try putting <xsl:output encoding="US-ASCII"/> in your xsl which can
isolate you from encoding issues.
David
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--