•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the RSS, Web Services and SOAP section within the Web Development category of DaniWeb, a massive community of 329,048 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,561 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our RSS, Web Services and SOAP advertiser:
Views: 5222 | Replies: 6 | Solved
![]() |
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,787
Reputation:
Rep Power: 32
Solved Threads: 107
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.
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.
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,787
Reputation:
Rep Power: 32
Solved Threads: 107
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.
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
•
•
Join Date: May 2006
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 1
sorry a space is
and a single quote qould be
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,787
Reputation:
Rep Power: 32
Solved Threads: 107
Thank you for your help. I did some research and the following worked:
I replaced
[html]<xsl:value-of select="description" />[/html]
with
[html]<xsl:value-of select="description" disable-output-escaping="yes" />[/html]
I replaced
[html]<xsl:value-of select="description" />[/html]
with
[html]<xsl:value-of select="description" disable-output-escaping="yes" />[/html]
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
- Special Characters in C++ (C++)
- Special Character generation (Java)
- Handle unicode characters (Python)
- Inserting special characters & superscript (MySQL)
Other Threads in the RSS, Web Services and SOAP Forum
- Previous Thread: Trouble with SOAP and xslt
- Next Thread: Webservices Help



Linear Mode