Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > HTML, XML and Mozillar and other NON IE browsers

Reply
Thread Tools

HTML, XML and Mozillar and other NON IE browsers

 
 
local suburban hero
Guest
Posts: n/a
 
      06-07-2004
http://www.auxillary-works.nl/fileserver/test/news.html

The url above is a simple page where I experimented with XML. The html page
loads an XML file which represents a 'news' section.

It works fine in IE, but problems with Firefox, and so on. No 'data' is
displayed in
the Mozilla browser.

Anyone know what the problem can be here???

Much thanks in advance.

Eric


 
Reply With Quote
 
 
 
 
Steve Pugh
Guest
Posts: n/a
 
      06-07-2004
"local suburban hero" <> wrote:

>http://www.auxillary-works.nl/fileserver/test/news.html
>
>The url above is a simple page where I experimented with XML. The html page
>loads an XML file which represents a 'news' section.
>
>It works fine in IE, but problems with Firefox, and so on. No 'data' is
>displayed in
>the Mozilla browser.
>
>Anyone know what the problem can be here???


You posted essentially the same messages yesterday. The answer you
received from Hywel was correct - you are use IE's proprietary data
binding and thus what you are doing will not work in any other
browser.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
 
Reply With Quote
 
 
 
 
SpaceGirl
Guest
Posts: n/a
 
      06-07-2004

"local suburban hero" <> wrote in message
newsj2xc.2482$...
> http://www.auxillary-works.nl/fileserver/test/news.html
>
> The url above is a simple page where I experimented with XML. The html

page
> loads an XML file which represents a 'news' section.
>
> It works fine in IE, but problems with Firefox, and so on. No 'data' is
> displayed in
> the Mozilla browser.
>
> Anyone know what the problem can be here???
>
> Much thanks in advance.
>
> Eric



Y'need a nice XSL to go along with that too


 
Reply With Quote
 
local suburban hero
Guest
Posts: n/a
 
      06-08-2004
Sorry for the DOUBLE postings, The first didn't show up here at my end. So I
reposted it again. Sorry for that then!!

SO? If I would use a XSLT stylesheet with my html file the page would show
in NON IE browsers???

Eric


"local suburban hero" <> schreef in bericht
newsj2xc.2482$...
> http://www.auxillary-works.nl/fileserver/test/news.html
>
> The url above is a simple page where I experimented with XML. The html

page
> loads an XML file which represents a 'news' section.
>
> It works fine in IE, but problems with Firefox, and so on. No 'data' is
> displayed in
> the Mozilla browser.
>
> Anyone know what the problem can be here???
>
> Much thanks in advance.
>
> Eric
>
>



 
Reply With Quote
 
SpaceGirl
Guest
Posts: n/a
 
      06-08-2004
Use XSLT to transform XML into XHTML...


"local suburban hero" <> wrote in message
news:AIgxc.5156$...
> Sorry for the DOUBLE postings, The first didn't show up here at my end. So

I
> reposted it again. Sorry for that then!!
>
> SO? If I would use a XSLT stylesheet with my html file the page would show
> in NON IE browsers???
>
> Eric
>
>
> "local suburban hero" <> schreef in bericht
> newsj2xc.2482$...
> > http://www.auxillary-works.nl/fileserver/test/news.html
> >
> > The url above is a simple page where I experimented with XML. The html

> page
> > loads an XML file which represents a 'news' section.
> >
> > It works fine in IE, but problems with Firefox, and so on. No 'data' is
> > displayed in
> > the Mozilla browser.
> >
> > Anyone know what the problem can be here???
> >
> > Much thanks in advance.
> >
> > Eric
> >
> >

>
>



 
Reply With Quote
 
Toby A Inkster
Guest
Posts: n/a
 
      06-08-2004
SpaceGirl wrote:

> Use XSLT to transform XML into XHTML...


And do it *server-side* fer christsakes...

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
local suburban hero
Guest
Posts: n/a
 
      06-10-2004
Oh my god!!!! Server side????

Please explain Toby, .... please!

Eric


"Toby A Inkster" <> schreef in bericht
news. ..
> SpaceGirl wrote:
>
> > Use XSLT to transform XML into XHTML...

>
> And do it *server-side* fer christsakes...
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me - http://www.goddamn.co.uk/tobyink/?page=132
>



 
Reply With Quote
 
Toby A Inkster
Guest
Posts: n/a
 
      06-10-2004
local suburban hero wrote:

> Oh my god!!!! Server side [XSLT]????
> Please explain Toby, .... please!


Because client-side XSLT is supported by only a few browsers -- IIRC
IE5+/win and Gecko only, and not Opera, Safari, IE/mac, Googlebot, earlier
versions of IE and Netscape, etc, etc...

XSLT belongs on the server.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
local suburban hero
Guest
Posts: n/a
 
      06-11-2004
I have got into the XSLT issue with the help of www.w3schools.com

But there is one thing I am not quite sure of. How to get the XSLT script to
work on my server.

I have now a XML and a XSLT file in my directory on my server. What would be
the next step? Is there a needed chmod function? Because XSLT is a
stylesheet right, ... not a script?

How to get which script to work? So what do I need more then the two files
above?

Sorry for my maybe stupid questions but I am soooo new to this.

Eric

.....but thanks in advance!

"Toby A Inkster" <> schreef in bericht
news. ..
> local suburban hero wrote:
>
> > Oh my god!!!! Server side [XSLT]????
> > Please explain Toby, .... please!

>
> Because client-side XSLT is supported by only a few browsers -- IIRC
> IE5+/win and Gecko only, and not Opera, Safari, IE/mac, Googlebot, earlier
> versions of IE and Netscape, etc, etc...
>
> XSLT belongs on the server.
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me - http://www.goddamn.co.uk/tobyink/?page=132
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
With non-risk and non-misgiving to gain cheap obscene DVD video or clips! (Non-Mask, Only cost 6 $ / per disc) huglig Computer Support 0 10-09-2007 01:42 AM
With non-risk and non-misgiving to gain cheap obscene DVD video or clips! (Non-Mask, Only cost 6 $ / per disc) huglig DVD Video 2 10-06-2007 02:30 PM
Browsers, browsers! Quo vadis? El Kabong HTML 23 05-13-2007 08:55 PM
Two Browsers work! Two browsers won't load. Internet game service won't load jimmie Computer Support 1 02-26-2006 08:36 AM
Problems with XML and other browsers then IE local suburban hero HTML 2 06-07-2004 10:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57