Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bjorn Van Hoeymissen 27 posts 48 karma points
    Jan 06, 2011 @ 17:04
    Bjorn Van Hoeymissen
    0

    Request time out when creating footnotes

    Hi,

    we've recently started testing this package and have had great experiences with it so far. Now however we've run into a problem. We're trying to create a list of footnotes for links in the RTE content (so that, even when printed, it's clear where the extra information can be found).

    This seems to be creating some problems on the server, resulting in time outs (even on a page with just 2 links):

    [HttpException (0x80004005): Request timed out.]

    Has anybody else experienced this? Not sure if this is actually a bug or a problem with the server configuration, but any ideas would be most welcome.

    Thanks,
    Bjorn

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Jan 06, 2011 @ 17:09
    Darren Ferguson
    0

    Hi Bjorn,

    Can you post the XSL-FO file plus export the document type from Umnbraco and send it to me or attach here.

    What is your request timeout setting?

    Thanks

  • Bjorn Van Hoeymissen 27 posts 48 karma points
    Jan 06, 2011 @ 17:17
    Bjorn Van Hoeymissen
    0

    Hi Darren,

    the timeout is set to the default 20 minutes. I'll send you the exported document type as well as the full XSL-FO file. Here's the bit that's causing the timeouts (all is well when I remove the footnotes and just put an apply-templates in there so it outputs the text contained in the a element):

    <xsl:template match="a">
         <xsl:apply-templates/>
         <fo:footnote>
            <fo:inline baseline-shift="super" font-size="6pt"><xsl:number level="any" format="(1)"/></fo:inline>
             <fo:footnote-body>
                 <fo:block start-indent="0cm" font-size="6pt">
                     <xsl:number level="any" format="1) "/><xsl:value-of select="@href"/>
                 </fo:block>
            </fo:footnote-body>
         </fo:footnote>
    </xsl:template>
Please Sign in or register to post replies

Write your reply to:

Draft