XSLT Transformation #2

Write an XSLT to scrape data from this edited document. I stripped out some non-well-formed content from this webpage.

Your XSLT should extract a useful dataset of undergraduate research journals from what's not very useful in list form.

Do not alter the source document! Use your XSLT skills to access the data you need.

Your XSLT should do the following things:

  1. Handle all content via templates, either transforming into a new element or not carrying that content forward.
  2. Capture each journal's URL, name, and institution in table-like structure, e.g. each "record" is a row with individual cell children containing this data.
  3. Order your results by institution ascending

Please upload your XSLT and resulting XML file to a subdirectory in GitHub like in previous weeks.