Hi,
> I am having somekind of break in my brains or something cause
> I am asking this kind of simple question.
>
> I managed to get svg output, but not excatly with desired content.
> My question is: why is my stylesheet only selecting the first Event
> element and not the other one also. I tried also xsl:for-each, but
> I did nto get what I wanted.
Both Event elements are processed, but the template for Event creates the svg element, thus the document you're getting is:
<svg>
...
</svg>
<svg>
...
</svg>
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|