OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Asylum XML tutorials Scavenger Hunt!
This page's ID:
10943
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
Look at this code Slime.... Is that what you mean? I think your tutorial would go good in the FAQ[url=http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=1129&sortby=rating]here[/url], what do you think? <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <script languag="javascript"> // Load XML var xml = new ActiveXObject("Microsoft.XMLDOM") // Create instance of Microsoft XML parser xml.async = false; xml.load("cdcatalog.xml") // Load XML file into memory // Load the XSL var xsl = new ActiveXObject("Microsoft.XMLDOM") // Create instance of Microsoft XML parser xsl.async = false; xsl.load("xsl.xsl"); // Load XSL file into memory // Transform document.write(xml.transformNode(xsl)); // Transform the file and write it into our document </script> </body> </html> [This message has been edited by Maskkkk (edited 03-25-2003).] [This message has been edited by Maskkkk (edited 03-25-2003).] [This message has been edited by Maskkkk (edited 03-25-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »