Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gerjan 19 posts 78 karma points
    May 08, 2015 @ 16:20
    Gerjan
    0

    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:

    <event>
            <eventcode>1234</eventcode>
            <rangs>
                <rang>
                    <rangnumber>1</rangnumber>
                    <rangname></rangname>
                    <amount_available>43</amount_available>
                </rang>
            </rangs>
    </event>
    

    Any clue?

  • Gerjan 19 posts 78 karma points
    May 10, 2015 @ 22:45
    Gerjan
    0

    If I write my own Xpath like '//amount_available' the result is always the same value (first 1 it finds)

  • Gerjan 19 posts 78 karma points
    May 11, 2015 @ 16:55
    Gerjan
    0

    I rewrote the XML, somehow umirror does not support nested elemens like these?

  • Antoine 176 posts 1494 karma points
    May 12, 2015 @ 17:49
    Antoine
    1

    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

  • Gerjan 19 posts 78 karma points
    May 13, 2015 @ 12:38
    Gerjan
    0

    Great!

Please Sign in or register to post replies

Write your reply to:

Draft