RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomXSLPageProducer.ContentFromStream Method

Returns the transformed value of the XML supplied by the XMLData property using an XSL template that can be read from a specified stream.

Pascal
function ContentFromStream(InStream: TStream): string; virtual;
C++
virtual __fastcall AnsiString ContentFromStream(TStream InStream);

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 that is reads from InStream. 

 

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