Hi,
How can i do a if condition in XSLT when a particular attribute/element
in xml is not present and else with a default string
<customer name="xy" age="30">
say incase age is not present. i want to replace with "unknown"
<customer name="xy" age="unknown">
--~------------------------------------------------------------------
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>
--~--