I can't seem to figure out how to bind properties correctly when usinguMirror to sync between an old umbraco.config to a new umbraco installation.
Currently it only maps nodename and foreignKey, but not the actual properties (I do get the documents/nodes I want in my new structure, just not the properties)
"Old" umbraco.config
Current uMirror Settings:
I've tried a few diffrent XPath-expressions, but none of them to work.
Property not found in XML source file
Hi,
I can't seem to figure out how to bind properties correctly when usinguMirror to sync between an old umbraco.config to a new umbraco installation.
Currently it only maps nodename and foreignKey, but not the actual properties (I do get the documents/nodes I want in my new structure, just not the properties)
"Old" umbraco.config
Current uMirror Settings:
I've tried a few diffrent XPath-expressions, but none of them to work.
Solved this. Obviously the old site used he old XML-schema. I had to use "./data[alias='inflationPdf'] as property selector.
/D
is working on a reply...