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=22167>. 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=22167 transform does not accept zero argument Source [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement ------- Additional Comments From [EMAIL PROTECTED] 2003-08-06 16:54 ------- The XSLT 1.0 spec does not anticipate this scenario, but XSLT 2.0 does. I think we could implement the calling protocols for 2.0 in our 2.0 code stream, then pick the best model for adaptation back to 1.0. As a quick guess, I would say that the main issue is how to determine which template to call first when you don't have a root node of a source document, and the best scenario from 2.0 is the one where you start by calling a particular named template. The 1.0 adaptation would be to require that a stylesheet be called with either a source document or the name of a template to be run first.
