JuliaIO / EzXML.jl

XML/HTML handling tools for primates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] find and replace functionality

Dekermanjian opened this issue · comments

Hello, thank you for your work with this wonderful package. I was wondering if there is any way to do a search and replace. Currently, I can use the findall function to extract the information but was wondering if there is anyway to alter the contents in the XML document using a combination of findall and replace?

Thank you.

Never mind. I figured out that you can do this with a combination of setnodecontent() and findall().