RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomXSLPageProducer.ContentFromString Method

Returns the transformed value of the XML supplied by the XMLData property using a specified XSL template.

Pascal
function ContentFromString(const S: string): string;
C++
__fastcall AnsiString ContentFromString(const AnsiString S);

Call Content to retrieve the content for using in an HTTP response message. Content transforms the XML data that is supplied by the XMLData property using the XSL template specified by S. 

 

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