Hello. Thank you for reading my question. I am returning XML from a
Tomcat servlet and transforming with XSL. i am converting this from MSXML to XHR. For whatever reason, if I feed in the source XML, evaluate does it's thing. However, if I transform XML using the stylesheet and the resultant is a DocumentFragment (doc_trans...set to resultDoc, the JS code evaluates to the "else"...alert("no"). I want to use an evaluate on the resultant document to determine how the number of <tr>. selectNodes allows this in MSXML..
Maybe need to convert the DocumentFragment before running evaluate? But to what? Thank you so much.