property not found in XML source file | while it is there
Hi,
Thanks for your advice so far.
I have one more small issue, I have 2 xml feeds, 1 that is imported daily and one that will be imported every x minutes.
Both are using the proxy procedure and all works fine, but I am stuck at one where the logs shows it cannot find a property
Umbraco 7.2.4
Latest uMirror
In the log:
[uMirror][avails] Compare values, //event, amount_available property not found in XML source file
property not found in XML source file | while it is there
Hi,
Thanks for your advice so far. I have one more small issue, I have 2 xml feeds, 1 that is imported daily and one that will be imported every x minutes.
Both are using the proxy procedure and all works fine, but I am stuck at one where the logs shows it cannot find a property
Umbraco 7.2.4 Latest uMirror
In the log: [uMirror][avails] Compare values, //event, amount_available property not found in XML source file
In the source/saved xml:
Any clue?
If I write my own Xpath like '//amount_available' the result is always the same value (first 1 it finds)
I rewrote the XML, somehow umirror does not support nested elemens like these?
Hi Gerjan,
Seems to be a bug yes, I will have to work with uMirror next week, I will have a look on this issue.
Thanks
Great!
is working on a reply...