[xep-support] using "application/XEP" in Format() fails

Ondřej Tučný tucny at alsoft.cz
Fri Jul 22 10:42:08 PDT 2005


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 at 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.html



More information about the Xep-support mailing list