Search Results

1
vote

How to Sort In-Memory XML with Microsoft XMLDOM?

I'm not familiar with any method other than using XSLT to sort XML. Why is XSLT not an option? It's simple and should not a performance buster. You can cache the FreeThreadedDOMDocument obj …