xsl-list
[Top] [All Lists]

Re: [xsl] "Line"-Tokenizing at <br/> in xhtml

2006-11-07 08:25:11

I would have expected that 3 <br/> elements give me 3 groups 

the stuff before the first "separator" is defined to be the first group.

The nodes in the population are examined in population order. If a
node matches the pattern, or is the first node in the population, then
a new group is created  

so it starts putting nodes into a group, and then switches to a new
group when it gets to a br, it doesn't require a br to start the group.
(using "starts" here but as mentioned on a recent thread, this shouldn't
be taken to imply actual processing time order)

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>