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=22769>. 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=22769 variable reference from imported stylesheet causes null pointer exception ------- Additional Comments From [EMAIL PROTECTED] 2003-08-28 15:30 ------- Actually, after thinking about this for a few minutes, I don't see how this can not be considered a bug. $foo is defined in C, which has the highest import precedence, so it should have a definition in D, plain and simple. Immediately following the part of the spec you quoted, it says: "It is an error if a stylesheet directly or indirectly imports itself. Apart from this, the case where a stylesheet with a particular URI is imported in multiple places is not treated specially." So $foo from the C with the highest import precedence should be seen in D.
