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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ChrisMcD

  1. ChrisMcD

    XSL Cache Control

    Hi all, I'm having a bit of a problem with XSL caching on a proxy, we are using ie5 for our xslt with dynamic xml generation through a j2ee application. We are in the middle of some off-site testing but we have a problem getting any of our xsl updates implemented. We tried this...
  2. ChrisMcD

    Submit Problem

    Hi, I have two submit buttons on my screen, they both submit to a servlet. The servlet reads in the value of a parameter called "action" if the save button is selected the value should be "true" If the other is selected the value should be "false". So how do I do...
  3. ChrisMcD

    Building XML Doc using Xerces (Namespace problem)

    Hi, I'm trying to build an xml document using the Xerces api, I have managed to insert a processing instruction, elements, nodes etc... but I'm having trouble adding a namespace. Here is some of my code so far...
  4. ChrisMcD

    Servlet writing a .js file

    Righto here is the scene.... Say a bloke is inputing his details name, address etc into a form, he comes to a drop down menu that has his country of origin in it, but he is from a new country eg the independant state of Scotland... doh stuck What we do is update the db that contains all the...
  5. ChrisMcD

    JAXP Processing Instruction Problem

    Having a problem calling an xsl from this servlet.... any ideas folks, ******************************** import javax.xml.parsers.*; import org.w3c.dom.*; import org.xml.sax.*; import java.io.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; import com.sun.xml.tree.*...

Part and Inventory Search

Back
Top