View Single Post
  #6 (permalink)  
Old 12-06-2007, 10:10 AM
Veikoh Veikoh is offline
WebProWorld Member
 

Join Date: Jun 2007
Location: Belfast, Northern Ireland
Posts: 47
Veikoh RepRank 0
Default Re: XSLT Conditionals

I had also lot of same kind of conditional problems when I wrote my WAP platform - Developing mobile web publishing platform using XML, XSLT and Perl. « Veiko Herne – lifetime entrepreneur with adventurous soul
In some cases I got it work using choose instead of if. Somehow everything worked much better in Opera than IE.
XPath is not supported at all with browsers (IE 7, Opera 9), so I wasn't able to use it.
If element does not exists you should use apply-templates for that condition.
Reply With Quote