Subject: Re: problems with copying duplicate nodes
From: Rahil Qamar <qamar_rahil@xxxxxxxxxxx>
Date: Wed, 29 Jun 2005 13:20:46 +0100 (BST)
|
Thanks Mukul
The solution you posted worked even with my Saxon
8.1.1 processor using XSLT 2.0.
Im getting the output just as I wanted but Im
intrigued about the functionality of the <temp> node
and how it eliminated the duplicates at a later stage.
Just so I know how to resolve a similar query in
future could you please explain what you did in the
<template match="TABLE/TR/TR"> block ?
Thanks again
Rahil
--- Mukul Gandhi <mukul_gandhi@xxxxxxxxx> wrote:
> Hi David,
> Please read my response below your comments ..
>
> --- David Carlisle <davidc@xxxxxxxxx> wrote:
>
> >
> > The stylesheet uses node-set function, and
> > Muenchian
> > Grouping (over a RTF) ..
> >
> > It _needs_ to use a node-set function, but as
> posted
> > you did not use it
> > (you need common:node-set($rtf))
>
> Sorry if I am wrong. I tested the stylesheet, and it
> ran successfully with Saxon.
>
> > The stylesheet is tested with Saxon 8.4.
> >
> > It's best not to test xslt 1 stylesheets with an
> > xslt2 processor.
> > As (as in this case) many things that generate an
> > error in xslt1 will
> > not be reported.
>
> You are always right :)
>
> Regards,
> Mukul
>
> > David
> >
> >
> >
> >
>
________________________________________________________________________
> > This e-mail has been scanned for all viruses by
> > Star. The
> > service is powered by MessageLabs. For more
> > information on a proactive
> > anti-virus service working around the clock,
> around
> > the globe, visit:
> > http://www.star.net.uk
> >
>
________________________________________________________________________
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
>
>
___________________________________________________________
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
|