Author
Description
This tag will nest XML nodes to a given depth. E.g. if the input is <a>test</a> the result will be: <a><a><a>test</a></a></a> for a depth of 3
Details
CreatedSep 5, 2025
UpdatedSep 5, 2025
Self-closingNo
This tag will nest XML nodes to a given depth. E.g. if the input is <a>test</a> the result will be: <a><a><a>test</a></a></a> for a depth of 3