iTim314 macrumors 6502 Original poster Jul 31, 2007 #1 This sounds so dumb.... How do you insert a line break in a simple RSS XML document? 🙄😕 Neither <br /> or \n\r or \n or \r or \r\n work. <br /> just doesn't show up at all, and the other show up... literally.
This sounds so dumb.... How do you insert a line break in a simple RSS XML document? 🙄😕 Neither <br /> or \n\r or \n or \r or \r\n work. <br /> just doesn't show up at all, and the other show up... literally.
W Winterfell macrumors regular Aug 1, 2007 #2 AFAIK, it depends on the RSS reader that you're using. A lot of them normalize line breaks to \n. What RSS reader are you using?
AFAIK, it depends on the RSS reader that you're using. A lot of them normalize line breaks to \n. What RSS reader are you using?
Y yagran macrumors 6502a Aug 2, 2007 #3 aye. the rss document itself should not contain line breaks, but the code that reads the rss document should insert them itself as it scans the items in your rss file.
aye. the rss document itself should not contain line breaks, but the code that reads the rss document should insert them itself as it scans the items in your rss file.