Re: [xsl] Problem with "<link>" in xslt output

Subject: Re: [xsl] Problem with "<link>" in xslt output
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 3 Dec 2007 12:27:03 +0000
On 03/12/2007, Kingsly John <member+xslt@xxxxxxxxxxx> wrote:
> Hi!
>
> Is <link> a reserved word in libxslt ?
> (I don't see it listed in the xslt reference on zvon.org)
>
> I have an xsl where the expected output is of the form
>
> <link>foo</link>
>
> It worked with sablotron (php4) but after moving to libxslt (php5)
>
> the output is just
>
> <link>
>
> If i change the tag in the output to <linky> (or anything else) it works
> fine and the output is in the expected form
>
> <linky>foo</linky>
>
> I tested it out with perl and found the same error...

Possibly you're using the HTML output method where <link /> is defined
as an empty element?


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread