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=11648>. 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=11648 document() doesn't work from a Templates ------- Additional Comments From [EMAIL PROTECTED] 2002-08-15 00:21 ------- Ah, thank you for that. You put me on the right track. My URI Resolver generates XML from the database on the fly when an appropriate URI is called. The problem was that it wasn't being called. I was setting the URI resolver on the TransformerFactory which generated the Templates, but it wasn't being passed through. I'm not sure if that's correct behaviour or not. It gets passed through to a Transformer created directly from the Factory, but if the Transformer is created from a Templates that had been created by the Factory, it loses the URI Resolver along the way. I'll leave it to folks wiser than I to decide whether this is a bug or not. My code now works. Thanks Joe.
