rrrfusco
05-28-2010, 07:23 AM
Hi there,
I'm retrieving this string from an XML file:
'name1 & name2'
The string is then put into a Datagrid object.
When the datagrid is clicked, the string is passed to a textInput component.
I believe the string displays like so in the component:
name1 & name2
Can anyone advise me on how to encode the ampersand correctly
so that both the datagrid and the textInput displays
name1 & name2
I'm not sure if there is a way in flash to do this, or probably PHP I would assume a str_replace?
I'm retrieving this string from an XML file:
'name1 & name2'
The string is then put into a Datagrid object.
When the datagrid is clicked, the string is passed to a textInput component.
I believe the string displays like so in the component:
name1 & name2
Can anyone advise me on how to encode the ampersand correctly
so that both the datagrid and the textInput displays
name1 & name2
I'm not sure if there is a way in flash to do this, or probably PHP I would assume a str_replace?