-
browser compatibility with XML/XSL
Is XML / XSL processing possible with 4.0 browsers?
I am required to create a huge data driven site, but one requirement is that
people with old browers must be able to see the site. I cannot limit the
audience to a particular browsers or only 5.0 browsers.
Can anyone tell me what parts of XML can be used so that I have XML
support and flexibility and can make my site work on 4.0 browsers ( both
netscape and MSIE).
Thanking you,
Amar
-
Re: browser compatibility with XML/XSL
Amar,
>Is XML / XSL processing possible with 4.0 browsers?
With IE: only rudimentary. With Netscape: nope.
Don't even bother. Let your server do the transforms, and serve plain
HTML.
Ciao, Craig
-
Re: browser compatibility with XML/XSL
then I guess, the hype of XML on the WEB is still far to be practical. Cause
at server side, why do I need XML. I can just use normal SQL and ASP
statements to serve my purpose. Cause requesting an XML stream data from SQL
Server and then parsing it from ASP will put additional burden, than doing
it with recordsets. Isn't it so.
Amar
Craig Clearman <chclear@nospam.please> wrote in message
news:mmpcnsgqt5sqdi9l9ht01ksip5im1soqqm@4ax.com...
> Amar,
>
> >Is XML / XSL processing possible with 4.0 browsers?
>
> With IE: only rudimentary. With Netscape: nope.
>
> Don't even bother. Let your server do the transforms, and serve plain
> HTML.
>
> Ciao, Craig
>
-
Re: browser compatibility with XML/XSL
The value at the server side comes from interoperability with trading
partners and from clean separation of code from presentation which ASP does
not give you.
"Amar Galla" <AmarGalla@bigfoot.com> wrote in message
news:39767426@news.devx.com...
> then I guess, the hype of XML on the WEB is still far to be practical.
Cause
> at server side, why do I need XML. I can just use normal SQL and ASP
> statements to serve my purpose. Cause requesting an XML stream data from
SQL
> Server and then parsing it from ASP will put additional burden, than doing
> it with recordsets. Isn't it so.
>
> Amar
>
> Craig Clearman <chclear@nospam.please> wrote in message
> news:mmpcnsgqt5sqdi9l9ht01ksip5im1soqqm@4ax.com...
> > Amar,
> >
> > >Is XML / XSL processing possible with 4.0 browsers?
> >
> > With IE: only rudimentary. With Netscape: nope.
> >
> > Don't even bother. Let your server do the transforms, and serve plain
> > HTML.
> >
> > Ciao, Craig
> >
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|