xsl-list
[Top] [All Lists]

RE: how to match true and false and display yes and no instead?

2005-07-27 12:15:50
Rather than

<xsl:apply-templates select="profile/kid"></xsl:apply-templates>

you can do 

<xsl:apply-templates select="profile/kid"/>

which will save you some typing.

I think the use of separate begin/end tags is usually due to the use of
certain XML editors rather than to a fondness for keystrokes. 

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--