This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: selecting all * named elements


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]