Concept Framework 2.0 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: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software