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

Sarissa issues


sarissa.serialize
Hi,

[first: thanks Manos for creating the Sarissa library]

I am mainly using Sarissa to send an receive XML from a server 
(client-side transformation). I am having a few questions/problems using 
Sarissa (mainly in Firefox) (see function below):

           Minor Issues

- what is the best way to get the XMLHttp object, since 
Sarissa.getXmlHttpRequest() and new XMLHttpRequest() does not work?

- I get errors when I set a handler for onreadystatechange. Does it work?

           Major Issues

- using Sarissa.copyChildnodes(oNodeFrom, oNodeTo) does nothing (and no 
error)

- in the function below, when getting an error, oFeedback.innerHTML is 
set correctly. But when there is no error an HTML form is supposed to be 
replaced. Whether using oForm.outerHTML or oForm.innerHTML causes 
firefox to hang and crash. What is the best way to do this?

Thanks for any help,
-Rob

function handleRequest(sXml, sReq, bIsSecure) {

   oXmlDoc.loadXML(sXml);

   var oReq = Sarissa.getXmlHttpRequest();//new XMLHttpRequest();
   //oReq.onreadystatechange = checkState;
   oReq.open("POST", sReq, false);
   oReq.send(oXmlDoc);

   var oResponse = oReq.responseXML.documentElement;
   var sResClass = oResponse.getAttribute("class");

   if (sResClass == "error") {
     oFeedback.innerHTML = Sarissa.serialize(oResponse);
   } else {
     oForm.outerHTML = Sarissa.serialize(oResponse);
   }

}

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.