Copied to clipboard

Flag this post as spam?

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


  • Gerty Engrie 130 posts 490 karma points c-trib
    Jan 24, 2011 @ 15:39
    Gerty Engrie
    0

    Courier xpath and datatype alias problem

    Hiya :-)

    2 little questions, can't figure out how or what doesn't work :o

    - where do you see the datatype alias, the one you should provide when adding a rule on 3rd party datatypes so they transfer well with courier (<datatype alias="....." )

    - if i have <content inherits="false"><id>1234</id></content> , what would my xPath be? Should it be /content/id or /content/id/text() or /datatypealias//*/id or /datatypealias//*/content/id

    it's so hard to debug all of this, a little guidance is very much appreciated! :)

    Thanks!

  • Gerty Engrie 130 posts 490 karma points c-trib
    Jan 25, 2011 @ 11:30
    Gerty Engrie
    0

    - datatypealias = datatypename replace all spaces with euuuhm nothing :D and first letter is lowercase. For example Contentpages would become contentpages, Repeatable Content would become repeatableContent

    - the guid is the one you see in the backend of umbraco if you click on the specified datatype in the developer section

    - xpath would in my case be /content/id/text()  (but probably /content/id would also work), you don't have to prefix it with the datatypealias

    :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies