hi,

i am working with an application, which i created using AS 1.0.ITs a search application, where parameters are taken from XML file

The xml file goes like this

...

<bamboos>

<bamboo name = "Bambusa balcooa"
form ="Tree"
altitude="0–600 m"
dist = "Bihar, Jharkhand, North East, Orissa, Uttaranchal, West Bengal"
culm_height="20–25"
lname="Bhaluka (Assam), Balku bans, Boro bans (West Bengal), Wamnah, Beru (Meghalaya: Garo Hills), Barak (Tripura), Leewa (Manipur)"
fb="Gregarious, but isolated and rarely sporadic"
fc="35-45 years"
image = "grfx/Bambusa_balcooa.jpg" >this is a long growing bamboo>

</bamboo>

in this xml file, i have an attribute called

lname - this lname, will hold the local name of the specis and the location within brackets.

In my flash front end, i am searching for this field and i am getting the output.Here what i want to do is this.While showing the search output, i want to distinctly show the location (the text within brackets in the lname attrib), say i want to apply bold text format.

What i did, is just made the output textfield for the lname parameter as htmltext and applied the bold tag.what i get is the complete attribute is showing as bolded text.

the problem is how to make a specific attribute to be render as bold without using XSL


Is there is any way to just put the <b></b> (bold) in the xml file and it shows as bold ????

or what will be the solution.


cheers
sai
saisen76@hotmail.com