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 Link to comment https://forums.phpfreaks.com/topic/75410-xsltprocessor-to-set-a-variable/ 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. Link to comment https://forums.phpfreaks.com/topic/75410-xsltprocessor-to-set-a-variable/#findComment-381530 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.