You can always open up umbraco.config in data folder of your umbraco installation. This is the actual XML input for any XSLT file you create in your Developer section.
Of course you could load it say XML Spy and try out different XPATH queries on it.
I created the package XML Dump (just published yesterday) for this purpose - XPath is not implemented (yet?) but you can grab a node by its id, or you can grab a bunch of nodes based on their nodeTypeAlias. You can also see all pages that have the 'umbracoNaviHide' property (if defined) checked.
Anyway to get XML output?
Is there anyway to view the full xml of currentPage. An even greated feature would be try differtent XPATH queries interactively with such an output?
Might do what you need
Dan
(hat-tip to chris for the textarea tip)
You can always open up umbraco.config in data folder of your umbraco installation. This is the actual XML input for any XSLT file you create in your Developer section.
Of course you could load it say XML Spy and try out different XPATH queries on it.
@dandrayne: Thanks for an awsome tip!
Hi Niels,
I created the package XML Dump (just published yesterday) for this purpose - XPath is not implemented (yet?) but you can grab a node by its id, or you can grab a bunch of nodes based on their nodeTypeAlias. You can also see all pages that have the 'umbracoNaviHide' property (if defined) checked.
/Chriztian
is working on a reply...