Difference between revisions of "RegAPI/DTDs"
< RegAPI
Jump to navigation
Jump to search
(adding get_last_names DTD) |
Rand Linden (talk | contribs) |
||
Line 1: | Line 1: | ||
{{:Web Services Portal/navigation | {{:Web Services Portal/navigation}} | ||
This article lists DTDs for use with | This article lists DTDs for use with RegAPI calls: simplified versions of the full [[LLSD#DTD|LLSD DTD]], enabling stricter validation of result documents. | ||
<br clear="all"/> | |||
== /get_reg_capabilities == | == /get_reg_capabilities == |
Revision as of 15:44, 29 December 2008
Second Life APIs
This article lists DTDs for use with RegAPI calls: simplified versions of the full LLSD DTD, enabling stricter validation of result documents.
/get_reg_capabilities
<xml><!DOCTYPE llsd [
<!ELEMENT llsd (map)> <!ELEMENT map ((key,(string|uri))*)> <!ELEMENT key (#PCDATA)> <!ELEMENT string (#PCDATA)> <!ELEMENT uri (#PCDATA)>
<!ATTLIST string xml:space (default|preserve) 'preserve'>
]></xml>get_last_names
<xml><!DOCTYPE llsd [
<!ELEMENT llsd (map)> <!ELEMENT map ((key,string)*)> <!ELEMENT key (#PCDATA)> <!ELEMENT string (#PCDATA)>
<!ATTLIST string xml:space (default|preserve) 'preserve'>
]></xml>