xsl-list
[Top] [All Lists]

RE: XDQL query

2005-03-17 15:05:39
Tiffany,

This is only incidental to your question, but instead of:

all our stylesheets build <meta> tags as follows:

        <xsl:text disable-output-escaping="yes">
                &lt;meta name="keywords" content="</xsl:text>
        <xsl:value-of select="search_keywords"/>
        <xsl:text disable-output-escaping="yes">"&gt;</xsl:text>


you may want to promote your "meta" tag to a fullblown element, and write it out as:

<xsl:element name="meta">
...contents here
</xsl:element>

This looks like one of those cases wherein you *don't* need disable-output-escaping (d-o-e)

Regards,

--A

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>