A couple of days ago I've installed Umbraco 4.7.1 and copied all my razor script from Umbraco 4.7.0 but one of theese doesn't work and give me the messagge "umbraco.MacroEngines.DynamicXml"
I wanna retrieve the value content in to "new-window" using @Model.linkBanner.XPath("//new-window")
XPath issue using umbraco 4.7.1
Hi,
A couple of days ago I've installed Umbraco 4.7.1 and copied all my razor script from Umbraco 4.7.0 but one of theese doesn't work and give me the messagge "umbraco.MacroEngines.DynamicXml"
I wanna retrieve the value content in to "new-window" using @Model.linkBanner.XPath("//new-window")
This is the xml structure:
<linkBanner>
<url-picker mode="URL">
<new-window>True</new-window>
<node-id />
<url>http://www.fiaip.it</url>;
<link-title>Ciao</link-title>
</url-picker>
</linkBanner>
The same script works fine in Umbraco 4.7.0
Tnx
Hi, same issue for me and I don't find a valid solution.
Is it possible that Umbraco have a blocking issue only for an "hash" character? Please reply to us
Thanks!
is working on a reply...