I need to use xsltProcessor to set a variable to something.
What xsltProcessor function would I use - the below does not work.
Code:
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.
Is this possible?
Please help im so close to finishing this.
Thank you
John
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Expert of the Year award recognizes an expert who helped improve Experts Exchange in the past year through high levels of contributions and participation on site. This award is given to the expert who has achieved the highest levels of participation, while maintaining quality contributions and professionalism.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.