Zum Inhalt

Codeabdrucke

Mit einem Codeabdruck kann Programmiercode angezeigt werden, der sich über mehrere Zeilen erstreckt.

Example

<codelisting lang="java"><![CDATA[public static class HelloWorld {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}]]></codelisting>

Attribute

Das codelisting Element unterstützt die folgenden Attribute:

Attribut Typ Standardwert Beschreibung
highlight LineNumberRangeList A space-separated list of individual line numbers or line number ranges of the code to highlight. These lines are displayed differently than the other lines so that they can be distinguished by the user.
lang CodeLanguage plaintext Short string identifying the language of the code content, such as "plaintext" (no language), "xml", "java" or "cpp".
name xs:Name - Name des Elements. Dieser muss eindeutig unter allen Elementen in der Kursvariante sein.
tags TokenList Durch Leerzeichen getrennte Liste von Etiketten, welches dieses Element haben soll.