User forums > General (but related to Code::Blocks)

rss feed of this forum (not the nightly builds)

<< < (2/2)

mandrav:
http://forums.codeblocks.org/index.php?type=rss;action=.xml;limit=100
:)

tiwag:
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890'

to SMF devs:
the above is a test-string which demonstrates the generation of a bogus rss-feed item,
because the <description> data is brutely cutted at 255 chars output
if the around the 255th char a CDATA string is sent, all goes well,
but if any of the special chars tags are sent, the generated xml has a syntax error.

from the generated xml file

--- Quote ---
--- Code: ---<description><![CDATA[1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890]]>&#...</description>

--- End code ---

--- End quote ---

tiwag:
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890'

bugfixed

Navigation

[0] Message Index

[*] Previous page

Go to full version