Using umbraco.library:GetRelatedNodesAsXml with MySQL
Hi
I'm running Umbraco 4.5 with a MySQL database which has up until now been running fine. I have created a relationship type for a document to document relationship and am currently trying to display the related documents via XSLT.
I'm experiencing problems using umbraco.library:GetRelatedNodesAsXml($currentPage/@id), on the front end I get the message "Error parsing XSLT file: \xslt\DisplayRelatedItems.xslt" where the outputted code should be.
I have recreated the exact same XSLT and relationships with Umbraco 4.5 on an MSSQL database and had no problems which leads me to suspect its a problem with GetRelatedNodesAsXml not being supported when using a MySQL database. Does anyone know if this is the case and if there is any support/workaround?
Using umbraco.library:GetRelatedNodesAsXml with MySQL
Hi
I'm running Umbraco 4.5 with a MySQL database which has up until now been running fine. I have created a relationship type for a document to document relationship and am currently trying to display the related documents via XSLT.
I'm experiencing problems using umbraco.library:GetRelatedNodesAsXml($currentPage/@id), on the front end I get the message "Error parsing XSLT file: \xslt\DisplayRelatedItems.xslt" where the outputted code should be.
I have recreated the exact same XSLT and relationships with Umbraco 4.5 on an MSSQL database and had no problems which leads me to suspect its a problem with GetRelatedNodesAsXml not being supported when using a MySQL database. Does anyone know if this is the case and if there is any support/workaround?
Thanks in advance for any help.
Gary Stevens
is working on a reply...