Special characters with XSLT
I am using an XSL document to pretty print my RSS feed. However, special characters don't parse - they appear within the feed as and &
What line(s) do I need to specify in my RSS and XSL XML documents in order to get these to work? It's my understanding that & " < > should work by default but I need to do extra to work to map to a space.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
I was reading up about that but I haven't tried it yet. What I'm most in need of is getting & to work, but from what I understand, it should by default? I'm using UTF-8 if that matters.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
Thank you for your help. I did some research and the following worked:
I replaced
[html][/html]
with
[html][/html]
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229