DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18377>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18377 XSLTC error in complex xsl:if statement [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From [EMAIL PROTECTED] 2003-03-31 19:51 ------- The two stylesheets are failing because of the same problem. Many data-time extension functions use the types XString, XNumber etc. in the return types, which are not supported by the XSLTC compiler. I am going to replace XString and XNumber with the generic types String and double. *** This bug has been marked as a duplicate of 18376 ***
