0
votes
1answer
20 views

umbraco get content part as xml

I'm trying to get part of umbraco node content as xml doc. I need to update this part of code from the code behind. I use the code like this: Document doc = new Document(1214); XmlDocument ...
0
votes
0answers
42 views

Add a dynamic node between <rewrites> element in the UrlRewriting.config file

I want add a dynamic node between <rewrites> element in the UrlRewriting.config file. I try it.But I got object reference null error. [UrlRewriting.config file exists in Umbraco cms.] ...
0
votes
1answer
94 views

Uploading a 60MB XML file to an Umbraco Node causes endless looping

I have a file upload field on an Umbraco content node, where a user of the sites back-end is able to upload a 60MB XML file, which is then processed by the server. The processing part works fine. The ...
2
votes
2answers
127 views

Referencing an image placed with the rich text editor in Umbraco

Is there a way to reference images (with xslt) that have been placed into the rich text editor of an Umbraco page. I would like to pull these images from existing news story pages and load them into a ...
1
vote
1answer
802 views

Xslt select condtions, how to generate a 2ndLevelNavigation?

I have a Content tree in Umbraco where I have 3 main pages with their subpages. I also have 5 other pages that are child of Homepage which they have 2 options set: umbIsChildOfHomePage = 1 and ...
1
vote
1answer
210 views

Manipulation of xslt menu through CSS

Okay; using the Umbraco CMS I have a xslt menu being generated in the following manner: <xsl:output method="xml" omit-xml-declaration="yes" /> <xsl:param name="currentPage"/> ...
1
vote
2answers
963 views

XSLT for selecting specific nodes

I'm having trouble obtaining data with a macro I've created using XSLT. I have several EventData nodes which I would like to access from a page in another Content folder. I've tried many different ...
1
vote
1answer
321 views

XSLT create hyperlink for umbraco form in contour

Contour for Umbraco comes with a workflow option that lets you send an email with an XSLT file applied after a form has been submitted by a user. It comes with this sample: <?xml version="1.0" ...
0
votes
1answer
177 views

Umbraco call C# in XSLT, decode fXML output

I'm calling a C# function from XSLT in Umbraco 4.7.1. My function is returning value of the "tag" property on current node, problem is my output is encoded. In xsltExtensions.config I have added an ...
2
votes
1answer
86 views

Create custom section tree from .sitemap file

I have an application that I wish to integrate in into umbraco. However, I have done the integration part but I am struggling in adding the tree of that application to the new section, I have a ...
0
votes
1answer
265 views

Umbraco Contour not inheriting workflow step

I'm running a paid-for and properly licensed version of Umbraco Contour on Umbraco 4.7.1 and I'm trying to build a base form that will have a hidden field that is populated using an algorithm when the ...
0
votes
1answer
170 views

umbraco - xslt transformation of xml file retrieved from web site

i want to apply xslt transformation to a xml file , retrieved from another web server (web site). i dont know how to do this in umbraco. here is my xslt. <xsl:template match="/"> <ul> ...
4
votes
2answers
636 views

Gracefully handle a missing XML feed in Umbraco XSLT Macro

I'm trying to read in an XML feed using an XSLT Macro in Umbraco and have it display the content nicely formatted. My Macro works fine when the feed is available, but if the feed returns a 404 I ...
0
votes
1answer
995 views

Umbraco : Create an RSS Feed problems

I am pretty new to Umbraco but have managed to do alot of cool things in a short space of time. One thing that I simply cannot do is the RSS Feed! This seems to be the most difficult thing to do! I ...
0
votes
1answer
72 views

How to create a page or file which outputs xml in Umbraco?

I've done some xslt coding and built a macro, and then I created a new master page template for outputting xml-files, but when I go to the contents section I'm not able to create items from these ...
3
votes
2answers
3k views

XSL if test display content when it has values

I have an if test where I want to display the content of the 'year' property with a comma when the property has values. This isn't working so I would be thankful for suggestions. <xsl:if ...
0
votes
1answer
115 views

Umbraco - how can I automatically make changes to an XML file with a Media item upload or delete event?

I'm looking for a solution to the following problem and I'm not sure if this is possible to do with Umbraco. We have a Flash movie which will read in images/paths to images and an accompanying title ...
0
votes
1answer
4k views

XSLT for-each loop, filter based on variable

I have the following XSLT <xsl:param name="productsId" select="/macro/productsId" /> <xsl:param name="type" select="/macro/type" /> <!-- value1, value2, value3 --> <xsl:template ...
0
votes
1answer
348 views

Creating HTML unordered lists from XML data

I have this XML: <Tekstside id="1081" level="3" nodeName="Test" urlName="test"> <umbracoRedirect /> <overskrift>Test</overskrift> <tekst></tekst> ...
2
votes
1answer
753 views

xslt: matching position of filtered and sorted result set

this is a follow up to this post. Basically I need to get the position() of items within a filtered and sorted collection. Any advice on how to proceed with this? Thanks! XML: <?xml ...
1
vote
1answer
861 views

xslt matching first x items of filtered result set

Quite new to xslt so forgive me if this is a basic question - I can't find the answer either on SO or by searching on Google. What I am trying to do is return a filtered set of nodes and then have a ...
0
votes
1answer
49 views

Using Position() in a blog roll to work on every page

Currently I am using the following xslt code: <xsl:if test="position() = 3"> <div> <object data="/frontpage_blogroll_center_top_728x90" type="text/html" width="735" ...
2
votes
1answer
3k views

selecting top X items from Xml using XSLT in Umbraco

I have an Umbraco based blog and I want to display the top 10 posts in each category on the front page of my blog. Category is just another property on my Document Type. Umbraco basically stores ...
0
votes
1answer
168 views

Output an element under not empty namespace URI

http://www.google.com/support/news_pub/bin/answer.py?answer=93992 Is there an easy way to create a sitemap to support Google News Sitemap . I've been trying to find a way of including ...
0
votes
2answers
381 views

XSLT listing in Umbraco

I have this structure: <EmployeeArea id="1188" level="2" nodeName="Ansatte" urlName="ansatte"> <EmployeeDepartment id="1189" level="3" nodeName="Ledelse" urlName="ledelse"> ...
0
votes
3answers
65 views

Get a list of blog entries with a postdate within the last 24 hours using XSL

Anyone know how to format a XSL so that I get a list of blog entries with a postdate within the last 24 hours? I tried using a combo of currentdate and <= but couldn't get it right.
0
votes
1answer
185 views

umbraco navigation, node being displayed twice

I'm using the default xslt template for navigation, everything was working fine until I tried to change the default url for a menu item. Then I deleted the Umbraco Url Name field, but the item keeps ...
4
votes
3answers
632 views

Grouping XML nodes by Month and Year in XSLT

Update I'd like to appologize to the people who provided answers, I seem to have caused all sorts of confusion. To avoid complicating things even further, I've removed the previous code and have ...
6
votes
2answers
2k views

Copying an XSLT variable

I'm working on an Umbraco XSL Stylesheet and I am pretty stuck. Basically, I have a parameter that I test and use it's value if it's present, otherwise I use the default parameter $currentPage. Here ...
0
votes
1answer
92 views

Filter XML from searchparameters

I'm creating a small search function on a site I'm creating. I'm working with Umbraco CMS, and all the nodes that I need to search are children of the page that are being searched on. Right now I have ...
1
vote
2answers
6k views

XSLT: insert parameter value inside of an html attribute

How to make the following code insert the youtubeId parameter: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#x00A0;"> ]> <xsl:stylesheet ...
2
votes
3answers
180 views

XSLT: Get node where one certain value is present

I have the following XML: <data> <page id="1118"> <itms> <values> <value>1104</value> </values> ...
1
vote
2answers
466 views

How do I access properties from parent document to use in children

I am new to Umbraco CMS. PLease help. I have a Umbraco website in which I created a DocumentType called 'Master'. The 'Master' page lets user input a goal and amount for a fund raising initiate ...
5
votes
5answers
3k views

Randomly choose a node in XSLT

I have a question about some sort af random function in XSLT. I have an XML-file that very simplified look similar to this: <node id="1198"> <node id="1201"> <data ...