transparent
Programmer
Can you return on the first three results from an XML file with XSL
eg:
<name>a</name>
<name>b</name>
<name>c</name>
<name>d</name>
<name>e</name>
with output:
abc
Cheers
eg:
<name>a</name>
<name>b</name>
<name>c</name>
<name>d</name>
<name>e</name>
with output:
abc
Cheers