| <!ELEMENT sapi:author (sapi:name?, sapi:email?, sapi:uri? )> |
Start tag: mandatory, End tag: mandatory
The SAPI:AUTHOR element contains information about the author of the document or of the data container. Example:
| <sapi:author> <sapi:name>Dmitry Sheiko</sapi:name> <sapi:email>sheiko@cmsdevelopment.com</sapi:email> <sapi:uri>www.cmsdevelopment.com</sapi:uri> </sapi:author> |