Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: More tables [Thread Next] Re: More tablesTo: NULL Date: 1/30/2009 5:18:00 PM Feargal wrote: >> And XSLT/XPath 2.0 have a lot more expressive power for instance you can >> use e.g. >> <xsl:if test="every $e in tbody/row/entry[1] satisfies >> not(normalize-space($e))"> > > As this transform needs to work in both MS and Saxon/Unix environments, is > it possible to achieve the above in XSLT 1? Try <xsl:if test="count(tbody/row/entry[1][not(normalize-space(.))]) = count(tbody/row/entry[1])"> -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
