xsl-list
[Top] [All Lists]

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

2007-12-03 05:17:41
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... 

You can see the snipped out xml/xsl files and php and perl code which
demonstrates the unexpected output at http://kingsly.net/tmp/xsltbug.tgz

Kingsly
-- 
---------------------------------------------------------------------------
     Kingsly At Users Dot SourceForge Dot Net  -- http://kingsly.org/
---------------------------------------------------------------------------

--~------------------------------------------------------------------
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>