xsl-list
[Top] [All Lists]

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

2007-12-03 05:27:32
On 03/12/2007, Kingsly John <member+xslt(_at_)kingsly(_dot_)net> 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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>