My problem is that i cant use (æ,ø,å) in my xslt pagetemplate, i tryed using "ø" but then my template dosent work. - is there a way to solve this?
Developer forum
E-mail notifications
utf-16 in Xslt templates?
Replies
Posted on 02/04/2009 15:48:59
bue@innovisio.dk wrote:
My problem is that i cant use (æ,ø,å) in my xslt pagetemplate, i tryed using "ø" but then my template dosent work. - is there a way to solve this?
I have exactly the same problem...
Posted on 02/04/2009 15:51:52
What does the template look like when you view it in IE? The file itself needs the same encoding as the xml document.
Posted on 02/04/2009 15:52:57
About ø, you should probably use ø for it to work properly.
Posted on 03/04/2009 08:50:15
A helpful sole just pointed that I might have misunderstood what you're saying here. I thought you were using utf-16 as encoding in your xml. I don't think we're doing anything to force utf-16 on templates, but maybe the way we're doing things have something to do with it. We'll investegate it further.
Posted on 22/03/2010 21:22:33
Hey,
How about doing this?
æ = æ
ø = ø
å = å
/Rasmus
How about doing this?
æ = æ
ø = ø
å = å
/Rasmus
Posted on 14/04/2010 10:17:44
I found that encoding the document in ANSI, but defining the XML af UTF-8 does the trick, for some reason.
Nicolai Høeg Pedersen
Posted on 14/04/2010 10:18:37
With 7.1 we have fixed this issue...
You must be logged in to post in the forum