generate html from dataset

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • helpful sql

    generate html from dataset

    Hi all,
    How can I generate HTML from data stored in the dataset usingxml and
    xslt? Does anyone have any sample or pointers to any articles on this
    subject?

    Thanks in advance...


  • Yunus's Group

    #2
    Re: generate html from dataset

    You need to embed the HTML tags in xsl file and using xml transform it.
    Here is the link where you can find more details.


    Comment

    • Cowboy (Gregory A. Beamer) - MVP

      #3
      RE: generate html from dataset

      Check out the samples in


      Examine the Real World Samples download.

      I would do the "real world" samples a bit different today, but I have XML
      with XSLT transforms. Note that you will have to tweak a bit of the code, as
      this was a 1.0 Framework book, not 1.1 (XML changed slightly with 1.1). Also,
      the samples are VB.NET, so you will have to translate if you use C#.

      --
      Gregory A. Beamer
      MVP; MCP: +I, SE, SD, DBA

      *************** ************
      Think Outside the Box!
      *************** ************


      "helpful sql" wrote:
      [color=blue]
      > Hi all,
      > How can I generate HTML from data stored in the dataset usingxml and
      > xslt? Does anyone have any sample or pointers to any articles on this
      > subject?
      >
      > Thanks in advance...
      >
      >
      >[/color]

      Comment

      Working...