I'm trying to use autofolders.library:NiceUrl to ignore date folders structure but with no luck. I've added xmlns:autofolders.library="urn:autofolders.library" and exclude-result-prefixes="...autofolders.library..." in xsl:stylesheet and use <xsl:value-of select="autofolders.library:NiceUrl($node/@id)"/> but is still produce url with the folder structure. I assume there should be some kind of configuration to specify which node Alias to ignore in the url but not sure whre to look at. Any thoughts?
using autofolders.library:NiceUrl in xslt
Hi,
Thanks for the greate project!
I'm trying to use autofolders.library:NiceUrl to ignore date folders structure but with no luck. I've added xmlns:autofolders.library="urn:autofolders.library" and exclude-result-prefixes="...autofolders.library..." in xsl:stylesheet and use <xsl:value-of select="autofolders.library:NiceUrl($node/@id)"/> but is still produce url with the folder structure. I assume there should be some kind of configuration to specify which node Alias to ignore in the url but not sure whre to look at. Any thoughts?
is working on a reply...