searching a string in a xml file from Oracle Form [message #186052] |
Sat, 05 August 2006 05:41 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
amul
Messages: 252 Registered: April 2001 Location: Chennai
|
Senior Member |
|
|
Hi,
My task is :
I want to search for string in a XML file while the control is in oracle forms. If the search is successful, the output string will be fetched from the xml file on the same line
and will be returned to the form.
I tried to open the xml file using text_io and could fetch the lines one by one but when I try to manipulate the line it gives an oracle error saying that the transformation is not possible.
Contents of the xml file will be english word in one value set and its equivalent local language value side by side the english word.
For example: English:"Employee"local_language:"loc_employee"
Somebody pleasetell me how to achieve this.
thanks in advance;
|
|
|
|
|