RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EXSLPageProducerError Class

EXSLPageProducerError is the exception that is raised when TXSLPageProducer encounters a problem.

Pascal
EXSLPageProducerError = class(EWebBrokerException);
C++
class EXSLPageProducerError : public EWebBrokerException;

XSLProd

TXSLPageProducer raises an EXSLPageProducerError exception when it tries to produce content and the WebSnap application has not yet specified the source XML document or the XSL template that transforms that source into the final content. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!