RE: [xsl] XSL to HTML --> XHTML?

Subject: RE: [xsl] XSL to HTML --> XHTML?
From: Narender S chauhan <nchauhan@xxxxxxxxxxx>
Date: Mon, 17 Nov 2003 17:39:36 +0530
I don't know whether this answers your question or not, but this might be
helpful.
In case you want an HTML output through XSL, irrespective of the platform,
HTML written should have to be XHTML compliant, otherwise your XSL breaks
the wellformedness rule of XML. On Macintosh, some of the browsers like (IE
5.2, Safari, Netscape) are not that much powerful to display directly your
XML file that includes your XSL. IE5.2 just crashes, Safari gives  by chance
expected result some times. Out of these Netscape tries to process XSL
templates in better way, but that too is far away from what IE 6.0 gives on
windows using MSXML.
So you would probably need an external XSLT processor to create HTML files
at least for MAC.

Wish browsers on MAC could be that powerful.

Thnx
~Naren


-----Original Message-----
From: B. Tommie Usdin [mailto:btusdin@xxxxxxxxxxxxxxxx]
Sent: Sunday, November 16, 2003 5:28 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] XSL to HTML --> XHTML?


At 1:46 PM -0800 11/15/03, Patricia LaRue wrote:
>I just discovered that my webpage (using xsl to
>transform an xml file) must be viewable on a
>Macintosh.  I think that means I need to convert the
>output to HTML.  Does that mean I need to look at
>XHTML?  Does anybody have any ideas?

It's not a question of hardware, it's a question of software.
The Macintosh doesn't display XML (or XHTML, or HTML). An application
running on the Macintosh may be able to display any or all of these
file types.

So, what software is your Macintosh user using to look at your
webpage? It's no different from PC users - if they are using
3 year old browsers they won't be able to make sense of XML
on the web. If they are using newer software they might be able
to view what you have now.

-- Tommie
-- 
======================================================================
B. Tommie Usdin                        mailto:btusdin@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com   
17 West Jefferson Street                           Phone: 301/315-9631
Suite 207                                    Direct Line: 301/315-9634
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in  XML and SGML
======================================================================

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread