DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39407>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39407





------- Additional Comments From [EMAIL PROTECTED]  2006-06-07 07:55 -------
I did the required corrections:
1) setStylesheet(File) now invokes setStylesheet(Resource)
2) I changed 
src.setSystemId(resource.getName())
to
src.setSystemId(resourceToURI(resource)),
where resourceToURI(resource) is a method that returns the URL corresponding to 
a resource.

Perhaps it would be better if we add a method getUrl() in Resource class.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to