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=24305>. 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=24305 esql:get-xml ; wraping result with root element in a namespace ------- Additional Comments From [EMAIL PROTECTED] 2003-10-31 21:06 ------- The added patch allows to get namespaced root element by specifing attributes root-ns with namespace uri and root-ns-prefix with a prefix for root element. Example: <esql:get-xml column="mixed" root="wraptag" root-ns="http://www.example.org/" root-ns-prefix="ns"/> It will automaticly add prefix to created root.
