Hi fellows ,
i have an xml file that it contain of many text that has to transfer to tags so i can divide them into tables . so to make it short i need to change some text in XML file.
for example i have to replace
<strong>Categor y:</strong> with< Category > <strong>Product :</strong> with </Category><Produ ct> <strong>Brand :</strong> with </Product><Brand>
i am not a programmer i know a bit of java and i need to do the same thing for 400 pages so i was wondering if i can write a function which can replace those string to desired text .
if some one can help that would be awesomeee
i have an xml file that it contain of many text that has to transfer to tags so i can divide them into tables . so to make it short i need to change some text in XML file.
for example i have to replace
<strong>Categor y:</strong> with< Category > <strong>Product :</strong> with </Category><Produ ct> <strong>Brand :</strong> with </Product><Brand>
i am not a programmer i know a bit of java and i need to do the same thing for 400 pages so i was wondering if i can write a function which can replace those string to desired text .
if some one can help that would be awesomeee
Comment