I want to make some xslt or .net macros, but I don’t really know how the xml-source. Isn’t there a way to retrieve the source or is it hidden?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend posting your questions on http://our.umbraco.org instead of on Stack Overflow as there are way more people who know the answer hanging out there than there are on Stack Overflow.
The XML source for all of your content is available from the /App_Data/umbraco.config file.
The XML source for media items is indeed hidden. You could try to use:
.. where “image” is the alias of the media picker property.
The default media item’s XML should look a bit like this: