pc:newline

Previous Next

Outputs one or more newline characters.

Syntax

<pc:newline n="integer" />

 
number  ::=  { 1, 2, ... }

The optional n attribute indicates the number of newlines to be output. If you omit it, a single newline is output.

 

Examples

<pc:newline />

 

<pc:newline n="3" />