https://issues.apache.org/bugzilla/show_bug.cgi?id=46048
--- Comment #17 from M.H. <[EMAIL PROTECTED]> 2008-10-22 09:56:52 PST --- (In reply to comment #16) > I guess I'll look into prepending the base URI to relative URIs tomorrow to > make the original URI "more unique". That is almost certain to fix your > problem. Yes, that would probably solve the issue. I also played around with some XSLT code to detect the current base URI (that has the unique subdirectory), but this would requires XSLT 2.0 and some nasty string cutting. With the standard Java Xalan (XSLT 1.0) I found no way to change my relative path to a unqiue full path during runtime. So, I'm looking forward to this change! Thanks for taking time! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
