Description Usage Arguments Details Value See Also Examples
Can be used to create XML nodes.
1 2 |
name |
Character string, the tag name. |
... |
Optional children for the tag. Must be either objects of class XiMpLe.node or character strings,
which are treated as simple text values. If this is empty,
the tag will be treated as an empty tag. To
force a closing tag, supply an empty string, i.e. |
attrs |
An optional named list of attributes. |
namespace |
Currently ignored. |
namespaceDefinitions |
Currently ignored. |
.children |
Alternative way of specifying children, if you have them already as a list. |
To generate a CDATA node, set name="![CDATA["
, to create a comment,
set name="!--"
.
An object of class XiMpLe.node
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.