Is it possible to get full Current Page URL in ItemStyle.xsl file in SharePoint 2019? I just need to check if the current page URL that holds the Content Query Web Part contains a specific value or not!
I have tried to use $SiteURL and $WebURL but it does not get the current full Page URL?
<xsl:variable name="CurrentPageURL" select="'$SiteURL'" />
How to get Full Current Page URL in XSLT ItemStyle.xsl file in SharePoint 2019? without the need to create a custom function for CQWP?