Skip to content

how can i edit outerHtml element #6

@bag7dad

Description

@bag7dad

i have this element

<div class="n">hello <a>world</a></div>

i just want to edit this outerHtml and add space between text and element so its be like this

<div class="n"> hello <a> world </a></div>

i read the Readme and didn't find any method for change outerHtml or innerHtml

like

$domx->getSimpleNode()->innertext = $article;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions