yahoojapan / SwiftyXMLParser

Simple XML Parser implemented in Swift
MIT License
580 stars 89 forks source link

Is it able to replace or modify an element? #66

Open zhouhao27 opened 2 years ago

zhouhao27 commented 2 years ago

For example, I have this one:

<a>
    <b something="1">This is a test</b>
</a>

Is it possible to replace <b> to <c>?

<a>
    <c somethingelse="2">That is a test</b>
</a>
kazuhiro4949 commented 2 years ago

I'm sorry It doesn't have the feature now.