From: "anton" <[EMAIL PROTECTED]>

Hi!

I wish to use square insteed of bullet. In the Norms Stylesheet they are
commentde out, 'cause they not shown in PDF correct:

<!-- why do these symbols not work? -->
          <!--
          <xsl:when test="$itemsymbol='circle'">&#8728;</xsl:when>
          <xsl:when test="$itemsymbol='round'">&#8728;</xsl:when>
          <xsl:when test="$itemsymbol='square'">&#9744;</xsl:when>
          <xsl:when test="$itemsymbol='box'">&#9744;</xsl:when>
          -->


When you say doesnt work, what are the symptoms? Do you see # in the resulting PDF? You need to make sure the current font contains glyphs for the code points you mentioned. Check which font you are using.


Chris

_________________________________________________________________
Worried what your kids see online? Protect them better with MSN 8 http://join.msn.com/?page=features/parental&pgmarket=en-gb&XAPID=186&DI=1059



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to