So i created a user control to make a usercontrol wrapper and all the information gets saved. My problem is that when it gets saved instead of having xml
<Feature></Feature>
I get a translated version of the code
<Feature></Feature>
Is there any way to change this in the .cs file on save or should i just try to get it to work on import of the information to be displayed?
right now i save the XMLDocument.OuterXML to the umbracoValue object and it gives me what you see above instead of what i want or can use in the XSLT macro
If you want the data saved as xml you will have to create your own custom datatype, you can't use the usercontrol wrapper. Some links you might find useful:
Usercontrol Wrapper not saving XML
So i created a user control to make a usercontrol wrapper and all the information gets saved. My problem is that when it gets saved instead of having xml
I get a translated version of the code
Is there any way to change this in the .cs file on save or should i just try to get it to work on import of the information to be displayed?
right now i save the XMLDocument.OuterXML to the umbracoValue object and it gives me what you see above instead of what i want or can use in the XSLT macro
If you want the data saved as xml you will have to create your own custom datatype, you can't use the usercontrol wrapper. Some links you might find useful:
http://videochatisnotmagical.umbraco.org/documentation/videos/for-developers/data-editors/creating-a-data-editor-using-the-abstractdataeditor
http://videochatisnotmagical.umbraco.org/documentation/videos/for-developers/data-editors/storing-parseable-xml-data-in-your-data-editor
http://www.nibble.be/?p=51
i need a subscription to view the first 2 videos and the last time i tried the third one i accidentally broke the ultimate picker :-\
is working on a reply...