Assignments XML.4

Handing In Assignments

You must hand in by using git

Hand In by git

  • Create an empty repo on bitbucket.org, gitlab.com, or github.com,
  • git push your local repo to the above remote repo.
  • For node assignments please put the line(s)

    node_modules/

    into your .gitignore file.

Send a mail to with:

  • The word 'handin <subjectname>' in the subject line of your mail
  • The url of your repo(s).

Assignment XML.4.0

In assignment XML.2.1 we worked with an XML file booksCanon.xml, and its transformation stylesheet booksCanon.xsl. Todays assignment is to write a node application displaying the transformed data from a frontend, procured by AJaX

When the above works, make the requesting page capable of ordering eg cars.xml and its stylesheet in stead.