Copied to clipboard

Flag this post as spam?

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


  • sun 403 posts 395 karma points
    Mar 18, 2009 @ 10:16
    sun
    0

    How to get publish date and remove date of current node?

    How to get publish date and remove date of current node?
    I can't find both two properties in node structure.

  • Robert Oswald 72 posts 24 karma points
    May 23, 2009 @ 01:01
    Robert Oswald
    0

    need it too, did you find a way?

  • sun 403 posts 395 karma points
    May 25, 2009 @ 03:44
    sun
    0

    No.

  • fed 199 posts 70 karma points
    May 25, 2009 @ 10:21
    fed
    0

    I looked real quickly and maybe there is another way, but it seems those properties are not available in the XML-file, therefor not directly accessible via XSLT.

    What you could do is create an XSLT-extension that loads the current node as a Document, and returns Document.ExpireDate and Document.ReleaseDate.

    I wouldn't recommend it though, if it is used a lot. Since the Document-class loads from the db.

    Atleast this is what I have discovered, but I am no expert, so please correct me if I am wrong ;)

Please Sign in or register to post replies

Write your reply to:

Draft