| <!ELEMENT sapi:namespaces (sapi:namespace*)> |
Start tag: mandatory, End tag: mandatory
The SAPI namespace is defined in the document body (the SAPI element). Sample document:
| <?xml version="1.0"?> <sapi version="1.0" xmlns:sapi="http://www.xmlsapiens.org/spec/sapi.ns" cache=="nocache" > <sapi:namespaces> <sapi:namespace name="site1"> <sapi:site id="569" /> <sapi:site-lang id="" /> <sapi:site-item id="" /> <sapi:container name="" /> </sapi:namespace> </sapi:namespaces> ... </sapi> |