Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Is there a size-limit to a XSLT generated webform?

Is there a size-limit to a XSLT generated webform?

Scheduled Pinned Locked Moved ASP.NET
helpquestioncsharphtmldata-structures
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rafferty Uy
    wrote on last edited by
    #1

    Hi, I'm working on a legacy .net web-app where one of the pages displays a tree(which can expand/collapse the branches). The html code for this tree is generated using an XSLT file. Right now, we are experiencing a problem where the tree does not display at all when the generated tree has some 20,000+ leaves. In the normal case, or even when the tree has some 10,000 leaves, the tree is generated and displayed properly. My question is if there is a known limit to how large this tree can be. Or if this is just a bug in the XSLT file that we have fix. Thanks in advance for your help.

    Rafferty

    A R 2 Replies Last reply
    0
    • R Rafferty Uy

      Hi, I'm working on a legacy .net web-app where one of the pages displays a tree(which can expand/collapse the branches). The html code for this tree is generated using an XSLT file. Right now, we are experiencing a problem where the tree does not display at all when the generated tree has some 20,000+ leaves. In the normal case, or even when the tree has some 10,000 leaves, the tree is generated and displayed properly. My question is if there is a known limit to how large this tree can be. Or if this is just a bug in the XSLT file that we have fix. Thanks in advance for your help.

      Rafferty

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Actually if you write XSLT, it will render HTML in the browser. So if there is a limit, it would be the browser. But I do think there is no limit in html AFAIK. Lets see what others reply. :)

      Abhishek Sur


      My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

      **Don't forget to click "Good Answer" if you like to.

      1 Reply Last reply
      0
      • R Rafferty Uy

        Hi, I'm working on a legacy .net web-app where one of the pages displays a tree(which can expand/collapse the branches). The html code for this tree is generated using an XSLT file. Right now, we are experiencing a problem where the tree does not display at all when the generated tree has some 20,000+ leaves. In the normal case, or even when the tree has some 10,000 leaves, the tree is generated and displayed properly. My question is if there is a known limit to how large this tree can be. Or if this is just a bug in the XSLT file that we have fix. Thanks in advance for your help.

        Rafferty

        R Offline
        R Offline
        Rafferty Uy
        wrote on last edited by
        #3

        Updates: I have found that the tree will display after 3 (or more times) of refreshing the page and trying again. Does anyone know why? @Abhishek Sur: Thanks for your answer.

        Rafferty

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups