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=15379>. 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=15379 XSLTC: Unexpected template resolution ------- Additional Comments From [EMAIL PROTECTED] 2002-12-15 16:52 ------- Here is the output from Xalan and XSLTC: Xalan's output: <?xml version="1.0" encoding="UTF-8"?> <out xmlns:xf="http://xml.apache.org/cocoon/xmlform/2002"> <OutWithForm>with form attribute</OutWithForm> <OutWithoutForm>no form attribute</OutWithoutForm> <General>not in xf namespace</General> </out> XSLTC's output: <?xml version="1.0" encoding="UTF-8"?> <out xmlns:xalan="http://xml.apache.org/xslt" xmlns:xf="http://xml.apache.org/cocoon/xmlform/2002"> <OutWithForm>with form attribute</OutWithForm> <General>no form attribute</General> <General>not in xf namespace</General> </out>
