This topic has not yet been rated - Rate this topic

xmlspace property

Gets or sets a value that indicates whether white space is preserved in character data.

Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.26Internet Explorer 9

Syntax

HRESULT value = object.put_xmlspace( v);HRESULT value = object.get_xmlspace(* p);

Property values

Type: BSTR

If white space is preserved in character data. This parameter can be default and preserve.

Exceptions

ExceptionCondition
NoModificationAllowedError

An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned.

Standards information

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.