Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhouhao27 opened this issue Nov 17, 2021 · 1 comment
Open

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

zhouhao27 opened this issue Nov 17, 2021 · 1 comment

Comments

@zhouhao27
Copy link

zhouhao27 commented Nov 17, 2021

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
Copy link
Member

kazuhiro4949 commented Nov 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants