I am trying to some experiment on integrating XML an ASP. What I wanted to achieve is loading the XML at the server side and binding data at client side so that all the sorting and filtering job can be done faster as the xml document is cached locally.
So far, load the xml at the server side...
I have a very simple XML file and used a very simple XSL to form the doc to display in a table form on a HTML page. It displayed okay until I added the xsl:sort to the xsl file, it nows gave me error message "unspecified error" and the page is not displayed at all. The xsl:sort is so...
I used selectNode method to extract all the matches from the XML. I used nextNode to view the content of the nodes, they are all correctly selected. But I don't know how to transform them to display in table form with XSL. I tried different XSL files, they all displayed blank.
Helps are very...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.