I knew the < caused the problem, so I tried to replace it with <. I see you would recommend the same, but it doesn't work
I'm gonna try the other solution
thx
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?
When I am working with an xsl stylesheet and I want to display something like:
<1>
<2>
<3>
<4></4>
<4></4>
<4></4>
<4></4>
</3>
</2>
<2>
<3>
<4></4>
<4></4>
</3>
</2>
</1>
... with <xsl:value-of select="1/2/3/4"/> it only displays the first <4>-tag of each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.