Categories | Question details Back To List | ||
dhtmlxGrid - xsl/xml question 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! Answer posted by Alexandra (Support) on Dec 02, 2014 01:09 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking ajax chart and pop up dhtml. |