Recently, I was trying to pass some info from my Javascript into my XSL stylesheet. Here’s how I finally did it.
Recently, I was trying to pass some info from my Javascript into my XSL stylesheet. Here’s how I finally did it.
I was playing with a very JavaScript-heavy web page and wanted my automated tests to use a real web browser. I tried running them inside Safari, but it’s a bit annoying to have my tests take control of my browser. Plus, there were caching issues. So I wrote a very simple web browser.