nest

XMLBuilt-in1 installs107 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

hackvertor
Created byhackvertor
Created Sep 5, 2025
Updated Sep 5, 2025
CategoryXML
Self-closingNo
TypeBuilt-in
Arguments:
Code: