nest
XMLBuilt-in•1 installs•107 views
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
Created byhackvertor
Created Sep 5, 2025
Updated Sep 5, 2025
CategoryXML
Self-closingNo
TypeBuilt-in
Arguments:
Code: