silverfang
Programmer
I wanted to make a for-loop in an xsl stylesheet:
for(i=0;i<100;i++){
...
}
But then I get this : A name contained an invalid character ...
what can I do to help this?
for(i=0;i<100;i++){
...
}
But then I get this : A name contained an invalid character ...
what can I do to help this?