PDA

View Full Version : Displaying xml tag in a grid



ocheneson
21 Feb 2008, 7:04 PM
hello,

i have the following string in double quotes to display in a grid.

first i store in mysql using htmlentities converts "<" to &lt; etc ...

the response is ok but it seems that the xmlreader interprets the string instead of display it fully.

msgid "<phrase os=\slprof\>openSUSE 10.2 Release Notes"
msgstr "<phrase os=\"slprof\">openSUSE 10.2 betaX</phrase>"


do you have any ideas why ?

thanks for your help
Olivier

RWaters
23 Feb 2008, 7:17 AM
I'm not sure I exacty understand what the problem is. You are trying to display < or > characters within the grid cell? or you are not trying to and it is?

Can you clarify the issue?