Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey guys I have just upgraded to V7, everything is working other than Macros that are using the MultiNode Picker.
I am getting an error on
var multinodeDynamicXml = new Umbraco.Core.Dynamics.DynamicXml(xml);
Error: Data at the root level is invalid. Line 1, position 1.
It turns out that V7 does not have an option of storing the select as XML.
Can anyone help me out here, how can I change my code to handle this?
Hi Ayo,
You will need to convert them from XML to CSV.
I used the Imulus Phoenix Converters to do just this. There is a package download here but it's not up to date, so it's better to compile it yourself.
Jeavon
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 7 - MultiNode Picker XML option missing
Hey guys I have just upgraded to V7, everything is working other than Macros that are using the MultiNode Picker.
I am getting an error on
Error: Data at the root level is invalid. Line 1, position 1.
It turns out that V7 does not have an option of storing the select as XML.
Can anyone help me out here, how can I change my code to handle this?
Hi Ayo,
You will need to convert them from XML to CSV.
I used the Imulus Phoenix Converters to do just this. There is a package download here but it's not up to date, so it's better to compile it yourself.
Jeavon
is working on a reply...