Could somebody PLEASE tell me how to put one page in a menu as a sub-item. I have spent at least thirty thousand years reading helpful posts on making XSLT files and not ONE says what to do with the @#%$#@ thing! Where does the XSLT get its XML data from?
The templates say "Input the documenttype you want here", yet I can find no example of it. In all the examples on the net, that section has been deleted.
Where do I type a document in? How do I specify its parent node?
Could you post the code you're trying to get to work?
XSLT is parsing the umbraco.config file, which is found in the app_data folder. It contains an XML document representing the whole content structure and media structure in your Umbraco installation.
Try having a look at it to get an idea on how it's structured and perhpas it will all make a bit more sense to you? :-)
Excellent, I've had a look at that file myself and it does make things much more clear about how the whole site goes from being XML to web pages to view in the browser.
n00b menu question
Could somebody PLEASE tell me how to put one page in a menu as a sub-item. I have spent at least thirty thousand years reading helpful posts on making XSLT files and not ONE says what to do with the @#%$#@ thing! Where does the XSLT get its XML data from?
The templates say "Input the documenttype you want here", yet I can find no example of it. In all the examples on the net, that section has been deleted.
Where do I type a document in? How do I specify its parent node?
Hi kalor
Could you post the code you're trying to get to work?
XSLT is parsing the umbraco.config file, which is found in the app_data folder. It contains an XML document representing the whole content structure and media structure in your Umbraco installation.
Try having a look at it to get an idea on how it's structured and perhpas it will all make a bit more sense to you? :-)
/Jan
Excellent, I've had a look at that file myself and it does make things much more clear about how the whole site goes from being XML to web pages to view in the browser.
Sam.
is working on a reply...