XML display

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • stotty@gmail.com

    XML display

    I have a string which contains an xml document in my app.

    Does anyone know of an easy way to display XML data in a browser, with
    nice
    indentations between nodes, and maybe even the +/- controls that IE
    uses
    when displaying XML?

    Matt

  • Curt_C [MVP]

    #2
    Re: XML display

    stotty@gmail.co m wrote:[color=blue]
    > I have a string which contains an xml document in my app.
    >
    > Does anyone know of an easy way to display XML data in a browser, with
    > nice
    > indentations between nodes, and maybe even the +/- controls that IE
    > uses
    > when displaying XML?
    >
    > Matt
    >[/color]

    1) stream it to the client, specifying it as an XML document type.
    2) save it, redirect to it.

    just off the top of my head.

    --
    Curt Christianson
    site: http://www.darkfalz.com
    blog: http://blog.darkfalz.com

    Comment

    Working...