RE: [xsl] Trying to select sibling nodes between two nodes

Subject: RE: [xsl] Trying to select sibling nodes between two nodes
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Fri, 8 Jan 2010 20:00:48 -0500
> > result is a syntax error with "<" being illegal.

Umm ... just checking that you've in fact escaped the "<" with "&lt;"
or "&#x3C;" or some such.

Although I suspect a <xsl:for-each-group group-starting-with="br">
solution is a better bet, you may want to use "<<" for something else
at some point.

Current Thread