[no subject]

From: jeffrod@xxxxxxxxxx
Date: Fri, 21 Jan 2000 16:29:42 -0800

I was wondering if there was a way to keep LotusXSL from sorting attributes
alphabetically.

Here's my XSLT code:

<xsl:variable name="keywords">
<xsl:value-of select="//Keywords"/>
</xsl:variable>

<xsl:template match="/">
<HTML>
<HEAD>
<META name="Keywords" content="{$keywords}">
</META>
</HEAD>
</HTML>
</xsl:template>

The resulting HTML looks like:
<HTML>
<HEAD>
<!-- notice content attribute comes before name, not after -->
<META content="key1 ley2 ley3" name="Keywords">
</HEAD>
</HTML>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [no subject]
    • jeffrod - Fri, 21 Jan 2000 16:29:42 -0800 <=