Synopsis
Deprecated since Regina 7.0
Description
This element was used in the past to store the contents of a text packet,
and also the Python code in a script packet.
Since Regina 7.0, text packets now store their text content
directly in the character data of the textdata
element
(which replaces the old packet
element for text packets),
and script packets now store their Python code in a new
code
element instead.
A text
element simply contains an arbitrary amount of text.
Whitespace and line breaks are relevant and are considered
a part of this text.
Children
Element text
has no children.