Posts by Jhon • 21 points
1 post
-
2
votes1
answer139
viewsQ: Replace xml tag with nodejs
Hello, I would like a help to remedy a problem I am facing. I need to rename the tags of an xml file by nodejs. I thought about using regex, using Fs to read the file, but I got a little lost.…