Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.09 KB

Competency framework

This defines competencies in the information and communication technology sphere. It's a open and free resource, which can be used freely by everyone.

Entitys

Competency
A competency describes the know-how to do something, based on skills and knowledge.
Discipline
A discipline describes an area of information and communication technology and it categorizes competencies.

Tools

This chapter documents some prefered tools to work with this repository.

Editing with Visual Studio Code

  1. Install Visual Studio Code (https://code.visualstudio.com/)
  2. Add Red Hats XML extension (https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml)

Validation with Xerces

  1. Install Xerces-C++ (http://xerces.apache.org/xerces-c/)
    • On ArchLinux: pacman -S xerces-c
  2. Use StdInParse (http://xerces.apache.org/xerces-c/stdinparse-3.html) to validate documents
    StdInParse -s -n < document.xml

Resources