[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XDQL query

Subject: RE: XDQL query
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Thu, 17 Mar 2005 22:05:39 +0000
ibuy tiffany
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.