Subject: Re: Why Are My Tunnel Parameters Not Working?
From: "Vyacheslav Sedov" <vyacheslav.sedov@xxxxxxxxx>
Date: Thu, 6 Mar 2008 18:21:40 +0300
|
i use tunnel parameters - all just fine
On Thu, Mar 6, 2008 at 6:11 PM, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
> On 06/03/2008, Eliot Kimber <ekimber@xxxxxxxxxxxx> wrote:
> > Can someone tell me what stupid thing I'm doing?
>
> I glanced over it but it was also a bit too long and messy to make it
> easy to follow what was going on... maybe reduce it down and repost?
> Even in the unlikely event it did turn out to be a problem with Saxon,
> you could'nt exactly submit that as code to reproduce the problem...
>
> I did see:
>
>
> <xsl:apply-templates select="@*"/>
> <xsl:apply-templates/>
>
> which is the same as:
>
> <xsl:apply-templates select="(@*, node())"/>
>
>
> --
> Andrew Welch
> http://andrewjwelch.com
> Kernow: http://kernowforsaxon.sf.net/
|