Xss:code - xkp/Doc GitHub Wiki
This tag plainly executes code, the output is modified by using the out construct.
Sample usage
for(int i = 0; i < 20; i++)
{
out()
{
<xss:e value="i"/>
}
}
This tag plainly executes code, the output is modified by using the out construct.
for(int i = 0; i < 20; i++)
{
out()
{
<xss:e value="i"/>
}
}