Ok so a certain Gnome asked my advice on why the :bnb: RSS feed was broken, and I found that there were 2 ampersand's in the posts. Do any of my knowledgeable albeit limited quantity of readers know anything about what can be done, perhaps in a text replacement hack, to make the ampersand show up in both HTML and XML, without messing up the feed? Please, feel free to shoot off an email and let me know what you have as idea's.
Ampersand XML issues
Categories:
0 TrackBacks
Listed below are links to blogs that reference this entry: Ampersand XML issues.
TrackBack URL for this entry: http://www.thegeeksblog.com/MT41/mt-tb.cgi/1246
3 Comments
Leave a comment
Search
About this Entry
This page contains a single entry by Medros published on January 25, 2003 4:32 PM.
Thoughts on Gnomedex 3 was the previous entry in this blog.
My readers come through! is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
Categories
- Aggravations (112)
- All in the money (2)
- Blog tips and tools (44)
- BlogShares (18)
- Books & Magazines (29)
- Business News (8)
- Canada (10)
- Causes (1)
- Code and Scripts (6)
- Connectivity (48)
- Education (2)
- Emotional (17)
- Entertainment (252)
- Food and Restaurants (5)
- Funny (66)
- Gaming (1)
- GeekMeltdown (19)
- Gnomedex (84)
- Internet (59)
- Internet Radio (30)
- Legal (41)
- Linux (63)
- Memories (15)
- My Sites (192)
- Non-Tech News (70)
- Old Entries (616)
- Personal (286)
- Photography (23)
- Podcasting (42)
- Racing (264)
- Random (1)
- Rants (38)
- Reflections (2)
- School (9)
- Security Alert (29)
- Soap Box (10)
- Social occasions (1)
- Space & Science (21)
- Tech News (849)
- Technology (224)
- TypePad Beta (8)
- War (20)
- Web Design (14)
- Web Sites & Blog's (101)
- Winnipeg (51)
- Work (42)
- World Events (2)
- World of Warcraft (2)
- Writing (9)
Monthly Archives
- February 2008 (2)
- January 2008 (3)
- December 2007 (1)
- August 2007 (1)
- July 2007 (10)
- June 2007 (7)
- May 2007 (13)
- April 2007 (4)
- January 2007 (8)
- December 2006 (2)
- October 2006 (3)
- September 2006 (5)
- August 2006 (13)
- July 2006 (6)
- June 2006 (2)
- May 2006 (2)
- April 2006 (6)
- March 2006 (10)
- February 2006 (12)
- January 2006 (14)
- December 2005 (24)
- November 2005 (18)
- October 2005 (7)
- September 2005 (16)
- August 2005 (7)
- July 2005 (14)
- June 2005 (1)
- May 2005 (14)
- April 2005 (17)
- March 2005 (17)
- February 2005 (18)
- January 2005 (10)
- December 2004 (1)
- February 2004 (22)
- January 2004 (56)
- December 2003 (80)
- November 2003 (99)
- October 2003 (118)
- September 2003 (136)
- August 2003 (110)
- July 2003 (120)
- June 2003 (116)
- May 2003 (132)
- April 2003 (131)
- March 2003 (75)
- February 2003 (90)
- January 2003 (87)
- December 2002 (35)
- November 2002 (84)
- October 2002 (117)
- September 2002 (169)
- August 2002 (156)
- July 2002 (181)
- June 2002 (162)
- May 2002 (187)
- April 2002 (286)
- March 2002 (37)
- February 2002 (84)
- January 2002 (183)
- December 2001 (192)
- November 2001 (182)
- October 2001 (106)
- September 2001 (35)

just wondering if it as simple as replacing the "&" with "&" - i know that I was having this problem when I was verifying xhtml compliance. Some systems thing that the & is attempting to utilize a varialble that would not have been defined, but replacing it with "&" tells, at least browsers, to convert it to a symbol.
ok - now reading my post - I noticed that the browser went ahead and converted, I was trying to say:
replace "&" with "& amp ;"
the "& amp ;" needs to be written without spaces to work (fricken "pre" tags don't even help!)
You could write 'replace "&" with "&"' to get 'replace "&" with "&"'