KVXMLStyleSheetType
This enumerated type defines the options for processing style sheet information. This enumerated type is defined in kv
.h
.
Definition
typedef enum tag_KVXMLStyleSheetType{ STYLESHEET_DISABLED = 0,
XML_CSS,
XML_XSL,
}
KVXMLStyleSheetType;
Enumerators
Disables Cascading Style Sheet (CSS) formatting. | |
XML_CSS
|
Enables Cascading Style Sheet (CSS) formatting and generates an external file or uses an existing external file which is referenced in a <?xml-stylesheet...?> processing instruction. |
XML_XSL
|
Enables Extensible Style Sheet Language (XSL) formatting and uses an external XSL file which is referenced in a <?xml-stylesheet...?> processing instruction. |