umbraco.library:GetXmlNodeById and msxml:node-set() Function
So i have a little problem...#-o
In my homepage there is a field where the editor chooses via content picker a node. All I want to do is to show this node the way i want to. For example I don't want to show all the information of the node.
[code]
[/code]
So when I do this I get the error
[quote]To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function. [/quote]
:-s I searched a lot, i tried some stuff but I can't just do it! So... any help would be fine!
umbraco.library:GetXmlNodeById and msxml:node-set() Function
So i have a little problem...#-o
In my homepage there is a field where the editor chooses via content picker a node. All I want to do is to show this node the way i want to. For example I don't want to show all the information of the node.
[code]
[/code]
So when I do this I get the error
[quote]To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function. [/quote]
:-s I searched a lot, i tried some stuff but I can't just do it! So... any help would be fine!
Hi,
I'd use
[code][/code]
and then
[code][/code]
(I'm thinking your variable is being evaluated as a string rather than as a node or node set.)
Does that help?
Regards,
/Dirk
That's what I did wrong... thanx :)
is working on a reply...