wow - thanks Aron for the alternate solution. i will investigate.
Tiffany
-----Original Message-----
From: Aron Bock [mailto:aronbock(_at_)hotmail(_dot_)com]
Sent: Thursday, March 17, 2005 2:06 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] XDQL query
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">
<meta name="keywords" content="</xsl:text>
<xsl:value-of select="search_keywords"/>
<xsl:text disable-output-escaping="yes">"></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>
--~--
--~------------------------------------------------------------------
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>
--~--