id summary reporter owner description type status priority component severity resolution keywords cc release 1916 Relative paths in document() function cause I/O errors jcarter@… roadrunner "After troubleshooting for a while I think this MIGHT be an error and thought I would mention it (If I am hosed let me know). I am trying to separate in the repo my transforms and data files. I call the Xslt macro like this: {{{[[Xslt(source:/trunk/transforms/asgh.xsl, source:/trunk/datafiles/asgh.xml)]]}}} In the .xsl file a variable is assigned a path to a datafile and then I call the document function using an apply-templates tag. This is the document call in the asgh.xsl file: {{{document('../datafiles/asgc.xml')}}} I checked the string to make sure it was correct. I am assuming after reading many items on the web that the base URI for this stylesheet is where the .xsl file resides or ""trunk/transforms"". The dump below is what I get in the apache logs. The // between source and trunk looks strange in a path. The two trunks look strange as well in the path. Is there a different way to call the macro so that relative paths will work within the transforms? {{{ I/O warning : failed to load external entity ""browser://source//trunk/transforms/trunk/datafiles/asgc1.xml"" Exception exceptions.AttributeError: ""'BrowserSource' object has no attribute 'obj'"" in > ignored I/O warning : failed to load external entity ""browser://source//trunk/transforms/trunk/datafiles/asgc2.xml"" Exception exceptions.AttributeError: ""'BrowserSource' object has no attribute 'obj'"" in > ignored I/O warning : failed to load external entity ""browser://source//trunk/transforms/trunk/datafiles/asgc3.xml"" Exception exceptions.AttributeError: ""'BrowserSource' object has no attribute 'obj'"" in > ignored I/O warning : failed to load external entity ""browser://source//trunk/transforms/trunk/datafiles/asgc4.xml"" Exception exceptions.AttributeError: ""'BrowserSource' object has no attribute 'obj'"" in > ignored I/O warning : failed to load external entity ""browser://source//trunk/transforms/trunk/datafiles/asgc5.xml"" Exception exceptions.AttributeError: ""'BrowserSource' object has no attribute 'obj'"" in > ignored }}} Thanks for all the improvements this far. Jason" defect closed normal XsltMacro normal fixed 0.10