This defines competencies in the information and communication technology sphere. It's a open and free resource, which can be used freely by everyone.
- 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.
This chapter documents some prefered tools to work with this repository.
- Install Visual Studio Code (https://code.visualstudio.com/)
- Add Red Hats XML extension (https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml)
- Install Xerces-C++ (http://xerces.apache.org/xerces-c/)
- On ArchLinux:
pacman -S xerces-c
- On ArchLinux:
- Use
StdInParse
(http://xerces.apache.org/xerces-c/stdinparse-3.html) to validate documents
StdInParse -s -n < document.xml
- Documents
- Best Practices for XML Internationalization (https://www.w3.org/TR/xml-i18n-bp/)