G
Guest
Hi
I have a RSS reader class using the xmlreader object returning an arraylist
of objects. This works well.
However when bind it to my repeater, the repeater
control formats the inline html (i.e. within the description) from "<" to <
and ">" to >
and the underlineing html is displayed to the user.
Ie "<a href="http://" is displayed insted of the actual link.
What's the best way around this? Where would be the best place to correct
the formatting?
Kind regards,
DH
I have a RSS reader class using the xmlreader object returning an arraylist
of objects. This works well.
However when bind it to my repeater, the repeater
control formats the inline html (i.e. within the description) from "<" to <
and ">" to >
and the underlineing html is displayed to the user.
Ie "<a href="http://" is displayed insted of the actual link.
What's the best way around this? Where would be the best place to correct
the formatting?
Kind regards,
DH