I am having an xmlsearch function, from which i am getting the attributes of
the nodes, which satisfy
Only one element is returned that is

selected[0] = <?xml version="1.0" encoding="UTF-8"?>macromedia

Now what's the problem is, i want to get from the selected array - the value
"macromedia" alone,
but i had tried, it is returning wiht the xmlcomment...

Is there any way ??
please help ??