OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Still wondering about XML & real world
This page's ID:
10745
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
And this very interesting page shows how to bind dhtml directly to xml, not good for any other platform than windows, but certainly used at any level of XP. [url=http://www.w3schools.com/xml/xml_parser.asp]http://www.w3schools.com/xml/xml_parser.asp[/url] Imagine the ease of use of this code, for example (ASP): var xmlDoc = new ActiveXObject("Microsoft.XMLDOM") xmlDoc.async="false" xmlDoc.load("note.xml") This occurs on the s-side, so all you got to do is have, let's say, an asp page connected to the db that generates xml on the fly. This xml will be "caught" and bound to the client side using another ASP page. Or you can leap some steps, and directly bind javascript to a dynamically generated XML (a sthey do in their "note.html" page). Either ways, the result is certainly something like youngpup's site: an easy interface, that only loads "sets" of pages once in a while, and uses them through the dom for fast display and interaction. The benefit? A whole lot of server-side code spared, and a better looking result. [This message has been edited by InI (edited 05-30-2002).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »