ドキュメント (文字列形式) または URL を使用して DOM をロードし、それに対して JavaScript 関数 (jquery セレクターを含む) を実行したいと考えています。これは完全にサーバー側であり、進行中です。クライアント/ブラウザーはありません。
基本的に、DOM をロードしてから、jquery セレクターと text() & type val() 関数を使用してそこから文字列を抽出する必要があります。私は本当にdomを操作する必要はありません。
I have looked at .Net javascript engines such as Jurassic and Jint, but neither support loading a DOM, and so therefore can't do what I need.
I would be willing to consider non .Net solutions (node.js, ruby, etc) if they exist, but would really prefer .Net.
edit The below is a good answer, but currently I'm trying a different route, I'm attempting to port envjs to jurassic. If I can get that working I think it will do what I want, stay tuned....