[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: trying to load xml and xsl nothing happing

Subject: Re: trying to load xml and xsl nothing happing
From: Meir <umen@xxxxxxxxxxxxxxxx>
Date: Sun, 16 Jun 2002 22:26:42 -0700
xsl load xml
Thanks allot Max
can you please give me short explanation why is that ?
co'z in all the tutorials i saw doing it in the way i did this .. 

like here: 
http://www.15seconds.com/issue/010921.htm


tnx


----- Original Message ----- 
From: "Max Dunn" <maxdunn@xxxxxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, June 15, 2002 11:52 PM
Subject: RE:  trying to load xml and xsl nothing happing


> Change:
> 
> result = XMLDoc.documentElement.transformNode(XSLDoc);
> 
> to
> 
> result = XMLDoc.transformNode(XSLDoc);
> 
> 
> Max
> 
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Meir
> Sent: Sunday, June 16, 2002 9:36 PM
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  trying to load xml and xsl nothing happing
> 
> 
> Hello list ,
> 
> i have this code :
> 
> var XMLDoc;
> 
> var XSLDoc;
> 
> var result ;
> 
> XMLDoc=new ActiveXObject('Msxml2.DOMDocument.3.0');
> 
>  XMLDoc.async = false;
> 
> XSLDoc=new ActiveXObject('Msxml2.DOMDocument.3.0') ;
> 
> XSLDoc.async = false; XMLDoc.load("flashCTL.xml");
> 
> XSLDoc.load("flashCTL.xsl");
> 
> result = XMLDoc.documentElement.transformNode(XSLDoc);
> 
> alert(result);
> 
> Tree.innerHTML = result;
> 
> 
> 
> i keep geting    <?xml version="1.0" encoding="UTF-16"?> , why?
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.