|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: avoiding NaN-result in string processing due to m
cavecatem@xxxxxxxxxxxxx wrote:
A possible solution is to query for the element/attribute first Well XPath 2.0 has an if..then..else expression so instead of using the xsl:if construct you could put the check into the select e.g. <xsl:value-of select="if (rdf:Description/(tiff:XResolution | @tiff:XResolution)) then ... else ()"/> Of course that does the same check but it is a bit shorter. -- Martin Honnen http://JavaScript.FAQTs.com/
|
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
|






