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 ;)
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.
need it too, did you find a way?
No.
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 ;)
is working on a reply...