So here's the thing, I have a piece of XML, generated by Contour. I am using it in a custom workflow item (adapted from the default "Send XSLT translated e-mail").
It's all very unexciting, the transform looks like this:
<value key="Dit is een extra item, "test" belangrijk vinkje!|Wat te doen met spaargeld: Sparen of Beleggen? "><![CDATA[Dit is een extra item, "test" belangrijk vinkje!|Wat te doen met spaargeld: Sparen of Beleggen?]]></value>
This is a pipe-seperated value that I'm splitting up in XSLT like so:
disable-output-escaping not working
So here's the thing, I have a piece of XML, generated by Contour. I am using it in a custom workflow item (adapted from the default "Send XSLT translated e-mail").
It's all very unexciting, the transform looks like this:
Now, in the xml variable there's this bit of XML:
This is a pipe-seperated value that I'm splitting up in XSLT like so:
This works fine except for one little thing:
turns into
But I am telling it do disable the output escaping, right? So why is that not working?
Hi Sebastiaan,
Can you try to circumvent the library call to Split() - say, something like this:
(Make sure to pick a specific <value> node if there are more than one)...?
Just to rule out that part of the equation - I'd say there's a good chance of discovery there...
/Chriztian
Meh, I was just being an idiot! Forgot to upload the new XSLT file to the workflow.. lol!
But it was your answer that made me realize that, so thank you very much! :-)
Oh man; and here we thought we had a real problem to solve... :-)
/Chriztian
is working on a reply...