Hi,
If you generate a XML file, and save it, you can open it in internet
explored.
It will show up using the default XSL for IE (a tree).
If you want it to look 'fancy', you'll have to make your own XSL, and:
a) make the XML file point to it.
b) make a HTML file, and use javascript to open the XSL and XML file, and
convert it.
c) make a vi that loads the XML and XSL file and convert it to HTML.
d) include the XSL file in the XML file.
Making a XSL file is really a comp.lang.xml.txt question.
Regards,
Wiebe.
"greenman"
wrote in message
news:1a51ebaa.0209190626.47986b29@posting.google.com...
> I would like to use XML as my data file format. I've done a little
> preliminary research and it seems I need to use XSL or some
other
> scheme to generate HTML page elements from the raw XML files. Is this
> correct? If so, has anyone done work in this area who could share
> some info?
>
> As an example of one of the things I'm doing to get started, I'd like
> to generate an XML file of a 2D array using the LV XML functions and
> display it as a table in a web browser.
>
> Thanks in advance for any help.
>
> gm