Hi, I have two questions:
1) What is the best way to implement the dhtmlxgrid using xsl stylesheets? Right now I am using the <xsl:template match="/"> then embedding all of the code in there.
2) Currently the page I am trying to use the dhtmlxgrid on, already accesses an xml page. I do not want all values on the xml loaded into my grid, so how can I select and loop through the values I want to show? As an example, lets say your xml has the author, title, sales price, etc and all I want to show is the author and title. Currently the code I would have to use is: <xsl:for-each select="/Root/Books/SelectedBookType"> to access the xml. Any sample code would be great!
Thanks for any help!