I have a working site map using code found at Umbraco Wikibook. However I only want to show the pages where umbracoNaviHide = false (using a boolean).
My first attempt caused a system failure. The code was:
[quote]
<>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
[/quote]
after i removed the test it works fine. Any Ideas?
Site map test Help.
Hi
I have a working site map using code found at Umbraco Wikibook. However I only want to show the pages where umbracoNaviHide = false (using a boolean).
My first attempt caused a system failure. The code was:
[quote]
<>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
[/quote]
after i removed the test it works fine. Any Ideas?
cheers,
Alec
is working on a reply...