7.7. Element content
Instructs
XMLmind Ebook Compiler to copy to the output HTML page all the elements
found in the html:body of the input HTML page pointed to
by the href attribute.
Content model
EMPTY
Attributes
| Name | Data type | Default value |
|---|---|---|
href |
anyURImin. length: 1 |
REQUIRED |
xml:base |
anyURI |
|
xml:id |
ID |
|
xml:lang |
language or "" (the empty string) |
. |
Other attributes: any attribute having a name starting
with "data-".
Parents
The following elements
contain content: body.
Example
1 2 3 4 5 6 7 8 9 | <chapter> <head> <title>Using Widget</title> </head> <body> <content href="using1.html"/> <content href="using2.html"/> </body> </chapter> |