john6384 Posted October 30, 2007 Share Posted October 30, 2007 I need to use xsltProcessor to set a variable to something. What xsltProcessor function would I use - the below does not work? var item = document.getElementById("descriptionInput"); xmlDoc = myXMLHTTPRequest.responseXML; var search = xsltProcessor.transformToFragment(xmlDoc, document); myDOM = search; document.getElementById("XMLDiv").innerHTML = search; I want to make search an xsltprocessor variable with value of item. Thank you John Quote Link to comment Share on other sites More sharing options...
john6384 Posted October 30, 2007 Author Share Posted October 30, 2007 All I need is to know the appropriate function for the xsltProcessor. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.