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 derfloh 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: *

  1. pcrogers

    JSP to send a parameter to XSL doc

    Hey everyone, Still fairly new to this but I want to add to my object, before I transform, a parameter which I have declared in my XSL document. Here is the JSP code: <%@page contentType="text/html"%> <%@page errorPage="error.htm"%> <%@page import="javax.xml.transform.TransformerFactory"%>...
  2. pcrogers

    XML/XSLT Displaying Nested Lists

    Hello all, I am working with an xml document that has the following basic structure: <action-list> <action> <title>Title</title> <bullet level=&quot;1&quot;>First item</bullet> <bullet level=&quot;1&quot;>Second item</bullet> <bullet level=&quot;2&quot;>First...

Part and Inventory Search

Back
Top