Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.htmlSetMetaEncoding

Name Version Deprecated
htmlSetMetaEncoding version 1.0 no

Prototype:
number htmlSetMetaEncoding(number doc, string encoding)

Parameters:
doc      he HTML tree document handle
encoding      the document encoding

Description:
Sets the current encoding in the Meta tags.

NOTE: this will not change the document content encoding, just the META flag associated.

Returns:
Returns 0 in case of success and -1 in case of error.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications