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

Re: An (almost) identity stylesheet

Subject: Re: An (almost) identity stylesheet
From: Jeff Sese <jeferson.sese@xxxxxxxxxxxx>
Date: Thu, 10 Apr 2008 17:45:46 +0800
Re:  An (almost) identity stylesheet
yeah missed the '@' sign in the name attribute. also, failed to mention that this is for XSLT 2.0.

Thanks for pointing this out.

-- Jeff

On 04 10, 08, at 5:33 PM, Michael Ludwig wrote:

Jeff Sese schrieb:
you just have to create a template for the @atttrib2:

<template match="@attrib2">
    <xsl:attribute name="@attrib2" select="'0'"/>
</template>

In XSLT 2.0, this should be written without the "@":


<xsl:attribute name="attrib2" select="'0'"/>

In XSLT 1.0, it should read:

<xsl:attribute name="attrib2">0</xsl:attribute>

Using xsl:attribute with @select in a 1.0 transformation provokes a
variety of reactions from processors. Xalan C++ 1.10.0 throws an error,
LibXSLT 10120 ignores it, Saxon 9.0.0.2J processes @select as if
allowed.


Michael


Jeferson L. Sese jeferson dot sese at asiatype dot com Asiatype Inc. Suite 114 Columbia Tower Ortigas Ave., Greenhills Mandaluyong City 1550 Philippines Tel: +632-744-6262 Mobile: +63927-671-7901

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.