diff options
Diffstat (limited to 'packages/libxml/examples/tree2.pas')
| -rw-r--r-- | packages/libxml/examples/tree2.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/libxml/examples/tree2.pas b/packages/libxml/examples/tree2.pas index 090897e291..20870a7081 100644 --- a/packages/libxml/examples/tree2.pas +++ b/packages/libxml/examples/tree2.pas @@ -45,6 +45,7 @@ begin * of root_node node. *) xmlNewChild(root_node, nil, BAD_CAST('node1'), BAD_CAST('content of node 1')); + (* * The same as above, but the new child node doesn't have a content *) |
