In the same compact framework app, we have a need for XML support for our entity framework. Problem is, the Compact Framework does not support SelectSingleNode and SelectNodes.
One of my coworkers found a couple of workarounds, though. The first one is posted Here in Google Groups, and the other i'm not sure where he got it, but I've posted it Here.
Anyone know where that second one came from? I want to make sure I give credit to the original author.