I have now got everything working in backoffice. I can create new forms and data sources and front-end forms are sending entries. All my original forms are still working and my data is still there.
My only problem is that i get an "Error parsing XSLT file:".
My XSLT uses the Contour xslt extension:
umbraco.contour:GetRecordsFromForm
This is used to parse data from the Contour XML and into a HTML table that i used front-end to display user entries.
How to upgrade Umbraco that has Contour?
I have just upgraded to Umbraco v 4.7.2 (Assembly version: 1.0.4500.21031).
What do i need to do to get
I need to upgrade to Umbraco v 4.7.2. Which procedure do i need to follow if i have the Contour package installed?
I have now got everything working in backoffice. I can create new forms and data sources and front-end forms are sending entries. All my original forms are still working and my data is still there.
My only problem is that i get an "Error parsing XSLT file:".
My XSLT uses the Contour xslt extension:
This is used to parse data from the Contour XML and into a HTML table that i used front-end to display user entries.
It was working before the upgrade.
I tried to output the raw XML
But could not save the XSLT file because of an error.
I saw that
was missing in the header, so i wrote it into my XSLT file.
Then i got:
Problem fixed.
Just needed to add
to the xsltExtensions.config file.
When creating a new XSLT file now, the correct xmlns namespace will be added, at the top of the XSLT file automatically.
is working on a reply...