← Prev in month ← Prev in thread

character in procedure list heading in html

From
Hinrich Aue <>
Date
2007-03-14T10:23:42+00:00
ID
000601c76622$d0c04050$
Thread
character in procedure list heading in html
Hello there,

 

I’m trying to put a new charcter in the
procedure list heading.

But using the entity does not work. I’m trying:

 

<xsl:template
name="symboled.procedure.heading">

    <xsl:param name="object"
select="."/>

    <xsl:param name="title">

        <xsl:apply-templates
select="$object" mode="object.title.markup">

            <xsl:with-param
name="allow-anchors" select="1"/>

        </xsl:apply-templates>

    </xsl:param>

 

    <p class="title">

        <b>

            <xsl:text>&rtrif;
</xsl:text>

            <xsl:copy-of
select="$title"/>

        </b>

    </p>

</xsl:template>

 

But the &rtrif; is an unknown entity.

Can I use these entities in my chm/html files?

 

Thanks

            Hinrich
← Prev in month ← Prev in thread