|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] [no subject]
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








