Re: XSLT in Mozilla



On Thu, Jun 06, 2002 at 10:50:50AM -0400, Alexander Kirillov wrote:
> Hi all:
> >From Mozilla 1.0 release announcement: 
> -----
> Standards support also includes XML data exchange and manipulation of
> XML documents with SOAP 1.1, XSLT, XPath 1.0, and FIXptr, as well as
> support for display of mathematical equations using MathML.
> ------
> 
> Anyone knows more about this? Namely, how I can use mozilla to show
> DocBook XML using specified XSL stylesheets? Does it have its own XSLT
> engine?

you can specify the stylesheet to apply on an xml file like this:

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="diary.xsl"?>

mozilla (and thus galeon) have been handling this for quite a while now.


Martijn




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]