|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Parsing complex line (mixed text and markup)
Working exactly as i expected. Thanks for the fix i was trying to find a way how to remove it before i ask :) Like i sad I'm completely newbie. Comma probably not a best delimiter, i will replace it with some sequence, but the main idea is clear and working. Regards Ilya. On Fri, Feb 15, 2008 at 1:48 AM, Michael Kay <mike@xxxxxxxxxxxx> wrote: > > Then (at [G] above) process the new tbentry using grouping > > > > <xsl:for-each-group select="$temp/child::node()" > > group-starting-with="comma"> > > <entry><xsl:copy-of select="current-group()"/></entry> > > <xsl:for-each-group> > > > > Not tested! > > One bug I spotted on re-reading: it doesn't remove the <comma/> elements. > Change the copy-of to: > > <entry><xsl:copy-of select="current-group()[not(self::comma)]"/></entry> > > > > > Michael Kay > > http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








