Let me preface by saying, this is my first crack at doing anything with XML.
I'm trying to create a rss feed based on our site's news database content. My first problem is that some of the entries in the database contain html characters - the two I don't know how to escape or encode (if I'm using the correct term - I've discovered that a little knowledge is a dangerous thing) are <BR> and <a href>
For instance, this is the error I'm currently getting:
Is it possible to do? Is there a resource someone could direct me to for future reference?
Thanks in advance for any help/direction!
Michelle
I'm trying to create a rss feed based on our site's news database content. My first problem is that some of the entries in the database contain html characters - the two I don't know how to escape or encode (if I'm using the correct term - I've discovered that a little knowledge is a dangerous thing) are <BR> and <a href>
For instance, this is the error I'm currently getting:
Code:
End tag 'description' does not match the start tag 'br'. Error processing resource '[URL unfurl="true"]http://www.lemoyne.edu/admission/rss/news.xml'.[/URL] Line 26, Position 451
Is it possible to do? Is there a resource someone could direct me to for future reference?
Thanks in advance for any help/direction!
Michelle