We have a requirement to generate the html from dcr via xsl. The DCR contains references to other DCRs(browse field). While generating the HTML via XSL we need to fetch some values from the associated DCR. Usually such case is handled in sitepublisher component by using document(concat('http://www.interwoven.com/custom'),'/templatedata/AC/Footer/data/test') and pulling the full XML.
Has anyone tried to use the same functionality in teamsite xsl while generating html/xml from the dcr. It doesn't seem to be working like the way it works in Sitepublisher. Also there are no error logs for this .
Any pointers?