Hi,
I need to do an xml wild card search of a document and then return in array all those that are similar
So say the user puts in France
I have to search
FR
Fr
France
FRANCE
Thanks.
Any pointers.
I then need to say whether this is top level or lower level
My xml document has two levels.
Country
Region
It has to search both and then return also the level it is in.
This is using javascript.
Thanks.
I need to do an xml wild card search of a document and then return in array all those that are similar
So say the user puts in France
I have to search
FR
Fr
France
FRANCE
Thanks.
Any pointers.
I then need to say whether this is top level or lower level
My xml document has two levels.
Country
Region
It has to search both and then return also the level it is in.
This is using javascript.
Thanks.