Defining an attribute only if not empty

Subject: Defining an attribute only if not empty
From: Carlos Araya <elrond@xxxxxxxxxxxxxxxx>
Date: Mon, 8 May 2000 12:50:10 -0700 (PDT)
I'm trying to add an attribute to an element, something like this:

<xsl:element name="h1">
	<xsl:attribute name="id"><xsl:value-of select="fm/@id"/></xsl:attribute>
	<xsl:attribute name="class"<xsl:value-ofselect="fm/@class"
		/></xsl:attribute>
</xsl:element>


Now my question is, how can I detect whether an attribute doesnt' have a
value (like, say, @id is empty)?

Thanks,
Carlos

--
Carlos E. Araya
WebCT Project Coordinator - New Media Specialist
Alquist Center for Instrucctional Development
San Jose State University
1 Washington Square
San Jose, Ca 95192-0026

email	: araya@xxxxxxxx (prefered)		| Phone (408) 924 2859
	  elrond@xxxxxxxxxxxxxxxx		| Pager (408) 308 1793
Web	: http://www.sjsu.edu/depts/alquist/	| Fax   (408) 924 2437
	  http://valinor.sjsu.edu/~elrond/	

finger elrond@xxxxxxxxxxxxxxxx for PGP key
-- 
Solid stone is just sand and water, baby/ Sand and water, and a million
years gone by. -- Beth Nielsen Chapman -- Sand and Water
                                              
"Be conservative in what you do, be liberal in what you accept from
others," --John B. Postel




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


Current Thread