I am having a bit of difficulty using the relative URL's within SharPoint. On my masterpage I have added the following link.
<a href="<%$SPUrl:~Site/_layouts/viewlists.aspx %>" runat="server" >View all site content</a>
when I save it I am shown an error in SPD and on the page(page doesn't load) :
An error occurred during the processing of . The expression prefix 'SPUrl' was not recognized. Please correct the prefix or register the prefix in the <expressionBuilders> section of configuration.
Anyone have any ideas? I have seen other people experiencing this however no solutionw as ever given. Is it a case of the site being WSS rather than MOSS?