This repo extends the eclipse demo-project "XMLExamples" with some examples that I develop during the lecture and lab of my course "Data Management with XML" held at FH Vorarlberg. The project has been renamed to "xml-examples" for this purpose.
- From the IntelliJ "File" menu select "New" > "Project from Version Control…".
- In the dialog select "Repository URL" and "Git" for version control.
Fill in "https://github.com/geschwaerzler/xml-examples.git" as URL.

This repo contains a project for the Eclipse IDE, hence, you will need a running Eclipse installation. I strongly recommend a recent Eclipse IDE for Enterprise Java and Web Developers. For me, the easiest way to do that is by using the eclipse installer, which you can download here: Eclipse Installer.
In order to download this project, or better "git clone" this project, you can use Eclipse's built in git tools.
- In Eclipse: open the perspective browser ...

- ... and select the Git perspective.

- Clone the SS25 branch by opening the clone tool in the view "Git Repositories" ...

- ... and choosing GitHub and (Next >).

- Enter "geschwaerzler/" in the search field, push (Search), select the repo geschwaerzler/xml-examples and (Next >).

- (Deselect All) branches and select "SS25" as initial branch and (Next >).

- Remember the directory location of the repo on your local disk and (Finish). The repo should not be located in your Eclipse workspace!
