posted 13 years ago
I have converted an XML file to a text file using XSL. The output is the value of each XML element. And I put a line break after each output value:
How do I put a line counter for each XML element, so that the output looks like
My XSL file looks like:
Thanks in advance.