Hello,
we ran into a problem with XEPWin Server. We use the following method to
execute the formatting process:
IFormatter.Format Method
Formats the xml document.
[C#]
bool Format(
Stream xml,
string systemId,
string mimeType,
Stream output
);
Parameters
xml The stream of document to format. xml can be a stream of
XSLFO, XEP intermediate format or custom xml.
systemId This parameter is used for resolving relative URIs. It is a
absolute URI from which formatter resolves relative URIs.
mimeType The mime type of output format. Currently PDF, PostScript and
XEP intermediate formats are supported. "application/pdf",
"application/postscript" or "application/XEP".
output The stream to write the output of formatting.
When the mimeType parameter is set to "application/XEP", the call fails
with the "System.ApplicationException: Unsupported format type" exception.
Using "application/pdf" works fine.
What's wrong? What more information do you need to track down the problem?
Thank you in advance.
-- Best regards Ondřej Tučný, Chief Solution Architect, A && L soft s.r.o. Phone: +420 284 862 333 Support: +420 284 862 338 Fax: +420 284 862 336 www: http://www.alsoft.cz ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.htmlReceived on Fri Jul 22 11:07:40 2005
This archive was generated by hypermail 2.1.8 : Fri Jul 22 2005 - 11:07:40 PDT