SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Forums
SiteExperts.com Forums
All Discussions

SiteExperts Feedback
The Lounge
Dynamic HTML
Site Design/ Critiques
HTML and CSS
XML Technologies
The Wireless Internet
Internet Explorer
Microsoft .NET
The Server
Technical Support

Sponsored Links

User Groups : Forums : SiteExperts : XML Technologies :

Previous DiscussionNext Discussion
 Netscape XML

I want to bind an XML page to HTML. Is it correct to say that Netscape doesn't support datasrc and datafld in HTML elements?

If so what is the best way to make cross browser compatible XML for HTML? :-)

Started By Sonic1981 on Aug 23, 2004 at 4:39:13 AM

3 Response(s) | Reply

Earlier Replies | Replies 1 to 3 of 3 | Later Replies
MHenke on Aug 23, 2004 at 4:44:08 AM (# 1)

Don't know if that's what you want to hear, but IMHO the best way is to make it server side via XSLT.
It's entirely cross-browser since no XML capabilities are necessary on client side.


Sonic1981 on Aug 23, 2004 at 4:48:07 AM (# 2)

OK. Am early in the development stage yet, and early in my knowledge of XML, XHTML, etc.!! Cheers for the help will look into XSLT, whatever that may be?!


MHenke on Aug 23, 2004 at 5:21:44 AM (# 3)

> [...] will look into XSLT, whatever that may be?!
eXtensible Stylesheet Language Transformations, a part of the XSL family.
In a nutshell, it provides syntax and semantics for transforming XML documents into other XML (HTML-, Text-) documents.
Scenario: Client requests XML resource, XSLT stylesheet that outputs pure HTML is applied to the corresponding XML document server side, resulting HTML is send to the client.

Nice tutorial (for XSLT language) on ZVON.
In addition you'll need a server side language that supports XSLT (ASP, whatever.NET, Java, PHP, ...).


Earlier Replies | Replies 1 to 3 of 3 | Later Replies

To respond to a discussion, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password
Copyright 1997-2004 InsideDHTML.com, LLC. All rights reserved.