bombaypriyudu Posted September 10, 2014 Report Posted September 10, 2014 Where I’m trying the get the docinf-docid element value – 123 and converting as the filename to 123.xml based on that docid value. So expecting output: Input - abcd.xml <abc> <docid>123</docid> <element1>q2afa</element1> <element2>afda</element2> ; ; ; ; </abc> Expected output - Filename -123.xml <abc> <docid>123</docid> <element1>q2afa</element1> <element2>afda</element2> ; ; ; ; </abc>
Recommended Posts