Just trying to add HasAccess to a working xslt, but get an error that umbraco.library is not defined? Seems to work well in other xslt but not this one?
You just need to use the prefix "umb" defined in the top of the file for the urn:umbraco.library namespace, so use umb:HasAccess() and all will be well.
umbraco.library is not defined
Hi All
Just trying to add HasAccess to a working xslt, but get an error that umbraco.library is not defined? Seems to work well in other xslt but not this one?
Using Umbraco 4.0.4.2
Thanks
Eddie
Hi Eddie,
You just need to use the prefix "umb" defined in the top of the file for the urn:umbraco.library namespace, so use umb:HasAccess() and all will be well.
/Chriztian
Hi Chriztian
Of course, all working
Thanks
Eddie
is working on a reply...