ebeshero/newtFire-webDev

Fall Semester Start: General Task List

Closed this issue · 4 comments

XML (pressing)

  • Add to Intro XML tutorial, or a second tutorial page, on different approaches to markup in XML to help with transition from recipe encoding to letters. See #16

CSS

Tutorial and Exercise Corrections: Review and correct all filed here, prioritizing CDA course. Priority Issues list:

  • Bullet point formatting in Regex Ex 4: #63
  • XPath tutorial edit: #45
  • XSLT Images (new image not currently in XSLT tutorial): #65
RJP43 commented

@ebeshero Do we want to add to our house styles that links get the target="_blank" attribute so that when a link is clicked it opens in a new window? This is useful when sending students away from an assignment or tutorial so they do not loose their place. I'm not saying go back and change all the links, but like a here on out kind of thing.

RJP43 commented

@ebeshero To make all of the regex files consistent and not dependent on their sequence numbering (since this differs from fall to spring) we should change the file name on the text for the RegEx Exercise on Forster Voyage log. Currently, it is ForsterGeorgComplete-regex2.txtand I suggest we remove the 2 at the end of regex. Of course, if we do this, we then need to make the edit in the assignment to grab the file by the new file name.

RJP43 commented

Make edits to streamline the code for XSLT Exercise 4 CDA and the corresponding XSLT Exercise 2 CDV source XML ... put paragraph tags around text instead of hard returns. Edit solution and output files accordingly.

RJP43 commented

@ebeshero We might consider adding \b and \B to the regex tutorial - Learn more here

This may not work in oXygen when matching within XSLT and XQuery. Verify?