RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseInetXPageProducer.EnableXMLIslands Property

Specifies whether XML data packets should be declared using XML islands if the requesting browser supports them.

Pascal
property EnableXMLIslands: Boolean;
C++
__property Boolean EnableXMLIslands;

Set EnableXMLIslands to indicate whether the XML in the generated HTML document should be declared using XML islands. XML islands are only used if the document is created in response to a request message whose headers indicate that the browser supports XML islands. 

Set EnableXMLIslands to false to prevent the page producer from declaring XML islands even if the requesting browser supports them. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!