Is there any documentation on how serve-db-document.tcgi works? I have indexed a DB and mapped the resulting XML fields to classes in xml.cfg. My search results show these links:
displayUrl: "local://serve-db-document.tcgi?collection=localdb&record_id=101000030195",
liveUrl: "/search/serve-db-document.tcgi?collection=localdb&record_id=101000030195",
My understanding is that the serve-db-document.tcgi should take template.xsl and run that against the search result. I have created an xsl file which just dumps out the entire XML (copy-of select="/") but not sure how to pass the result to the tcgi script to do the conversion. Does anyone have any examples or documentaiton?