Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EK
  • Order by date
  1. EK

    load xml at server side and then ...

    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...
  2. EK

    xsl:sort

    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...
  3. EK

    Selectnode

    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...

Part and Inventory Search

Back
Top