Difference between revisions of "CONTENT TYPE XHTML"

From Second Life Wiki
Jump to navigation Jump to search
m (fixed visibility)
m (not hex)
 
Line 1: Line 1:
<onlyinclude>{{#vardefine:CONTENT_TYPE_XHTML|{{LSL Const|CONTENT_TYPE_XHTML|integer|ihex=3|hex=0x3|c={{#if:{{{direct|}}}|Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/xhtml+xml}}</code>.}}}}}}</onlyinclude>{{LSL Constant
<onlyinclude>{{#vardefine:CONTENT_TYPE_XHTML|{{LSL Const|CONTENT_TYPE_XHTML|integer|3|c={{#if:{{{direct|}}}|Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/xhtml+xml}}</code>.}}}}}}</onlyinclude>{{LSL Constant
|name={{#var:cname}}
|name={{#var:cname}}
|type={{#var:type}}
|type={{#var:type}}
|hvalue=0x3
|value=3
|value=3
|desc=Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/xhtml+xml}}</code>.
|desc=Sets the {{Wikipedia|Internet media type|Internet media type}} <code>{{String|Content-Type}}</code> header of any subsequent [[LSL HTTP server]] response via [[llHTTPResponse]] to <code>{{String|application/xhtml+xml}}</code>.

Latest revision as of 02:06, 2 January 2014

Description

Constant: integer CONTENT_TYPE_XHTML = 3;

The integer constant CONTENT_TYPE_XHTML has the value 3

Sets the "Wikipedia logo"Internet media type "Content-Type" header of any subsequent LSL HTTP server response via llHTTPResponse to "application/xhtml+xml".

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_XHTML = 3;