Re: xsl:output method

mozguy <[email protected]> Tue, 17 Nov 2009 15:31:16 +1100
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
Martin Honnen wrote:
> mozguy wrote:
>> Martin Honnen wrote:
>>> mozguy wrote:
>>>> I find that using html works with opera, but not firefox.
>>>>
>>>> Anyone know why?
>>>
>>> Can you explained what you are doing exactly and in what way it does 
>>> not work as you expect it?
>>>
> 
>> Briefly, when I used the xsl directive in opera it turns on xlinks but 
>> in mozilla all it does is make the links appear, eg no actuator.
> 
> Can you post a URL to a XML document and a stylesheet demonstrating the 
> problem?
> I don't see how xlinks (assuming you are talking about XLinks 
> http://www.w3.org/TR/xlink/) have anything to do with xsl:output 
> method="html" as XLinks are for creating links in XML while HTML has its 
> own link elements ('a', 'link').
> 
> 
Hi, yes but I'm using HTML as the rendering language.