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

automation server can't create object

Subject: automation server can't create object
From: "Elise D." <tyris_azriel@xxxxxxxx>
Date: Mon, 23 Jul 2001 14:22:42 +0200 (CEST)
automation server cant create object
hi all,
i tryed to load the DOM object as :
client does have MS XML 3 installed, but in side by
side mode. do with this script i should be able to use
version 3 features in order to transform the xml on
the client side even if it's not in replace mode :

<html>
<script language="javascript">
  function init()
{
  // Load data.
  var source = new
ActiveXObject("Msxml2.DOMDocument.3.0");

  source.loadXML(data.xml);

  // Load style sheet.
  var stylesheet = new
ActiveXObject("Msxml2.DOMDocument.3.0");
  stylesheet.loadXML(style.xml);

  // Fill a div tag with the result of the transform
  xslTarget.innerHTML =
source.transformNode(stylesheet);
}
</SCRIPT>
   <head>
   </head>

   <body onload="init()">
   <xml id="data">
      <?xml version="1.0"?>
      <t>Hello</t>
   </xml>
   <xml id="style">
 <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:output method="html"/>
  <xsl:template match="/">
    <xsl:value-of select="/*"/>
  </xsl:template>
 </xsl:stylesheet>
</xml>
   <DIV id="xslTarget"></DIV>
   </body>
   </html>



i tryed this on a machine where MS XML is installed
with replace mode, and it of course works.
but on a machine where MS XML 3 is installed with side
by side mode, this doesn't works, but it should !!
the error i do get is : automation server can't create
object

don't understand why, as i do run localy this sample
code.


___________________________________________________________
Do You Yahoo!? -- Vos albums photos en ligne, 
Yahoo! Photos : http://fr.photos.yahoo.com

 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.