I have install the module and followed the instruction on setting up the datatype. I have placed the PDCTableCalendar macro into the template and when i come to view the page it just says "Error parsing XSLT file: \xslt\PDCTableCalendar.xslt" When i comment out the variables at the top of the page the error then goes away, i believe the problem lies when it tries to go back to the dll (pdcalendar:)
Calendar not working
Hi
I have install the module and followed the instruction on setting up the datatype. I have placed the PDCTableCalendar macro into the template and when i come to view the page it just says "Error parsing XSLT file: \xslt\PDCTableCalendar.xslt" When i comment out the variables at the top of the page the error then goes away, i believe the problem lies when it tries to go back to the dll (pdcalendar:)
Does anyone have any suggestions?
Thanks
Ian
Most likely the xsltExtensions.config file did not get updated during installation.
Check if it contains this line:
<ext assembly="/bin/PDCalendar" type="PDCalendar.library" alias="pdcalendar" />
If not, add it (between xsltExtensions). Then touch the web.config (to restart the application-pool) and try again.
HTH,
Peter
is working on a reply...