|
Posted by cwdjrxyz on 11/28/07 16:55
On Nov 28, 3:28 am, "rf" <r...@invalid.com> wrote:
> "David Dorward" <dorw...@gmail.com> wrote in message
>
> news:411b1203-015f-46a5-a4b8-1bcabcc084f3@w28g2000hsf.googlegroups.com...
>
> > On Nov 28, 6:08 am, "rf" <r...@invalid.com> wrote:
>
> >> Exactly how do you use CSS to display an XML file as a table?
>
> >http://dorward.me.uk/tmp/xml-as-table/data.xml(probably not IE
> > compatible, successfully tested on Firefox)
>
> How remarkable :-)
>
> IE6, IE7: (56KB)
>
> http://barefile.com.au/xml.jpg
>
> Guess it's not viable on the web :-(
IE has handled a sort of XML a long time, but this is different from
the official W3C methods. If you could extend to IE, then most recent
browsers could handle the XML. However if you wanted support for some
older browsers, you would still have a problem. One might try using
Microsoft conditional comments. If the browser is Microsoft, the
content of a conditional comment would be processed, and it would
contain an IE method for processing XML. If the browser is not
Microsoft, then a path for all other browsers is used. I really do not
have the time and interest in this to examine in detail if the
conditional comment approach would work.
Navigation:
[Reply to this message]
|