We're running umbraco 4.5.2 - but still use the old schema (eg. the setting /config/umbracoSettings.config -> <UseLegacyXmlSchema>true</UseLegacyXmlSchema> ).
We'd like to change to run on the schema but I'm a little bit woried about fallback options...?
Can I just switch this setting - see how it works - and if no good - change it back? (or does something change so radically that I'm losing content or making irreversible changes??!).
I have som code where we use:
//node[@id = {0}]", startNodeId
Obviously this needs to be changed - but curious if there are any common issues - please any hints will be greatly appreciated.
Umbraco new schema
Hi
We're running umbraco 4.5.2 - but still use the old schema (eg. the setting /config/umbracoSettings.config -> <UseLegacyXmlSchema>true</UseLegacyXmlSchema> ).
We'd like to change to run on the schema but I'm a little bit woried about fallback options...?
Can I just switch this setting - see how it works - and if no good - change it back? (or does something change so radically that I'm losing content or making irreversible changes??!).
I have som code where we use:
//node[@id = {0}]", startNodeId
Obviously this needs to be changed - but curious if there are any common issues - please any hints will be greatly appreciated.
Kind regards Thomas
is working on a reply...