Question How do I put data into an an HTML form that I am generating from xml with an xslt?

groadsvb

Well-known member
Joined
Nov 13, 2006
Messages
75
Programming Experience
Beginner
Our application now uses the google Chromium object to display a messages of different varieties which get converted into HTML by an xslt prior to display. I have never had to do this before and I am trying to figure out how my data gets into my HTML form that gets displayed. So I will have to create an xlst to do the transformation and we will call the microsoft methods to do that which will return the html document. Since the xml document has the data, how do I get it into the html document? The xml document will have some data that needs to be in a table and I plan on using jqgrid and some of the data will be displayed in fields positioned in a nice manner.

thanks.
 
Back
Top