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 Chriss Miller 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 shauncrist

  1. shauncrist

    Problem Updating XSLT Parameters using Javascript

    I managed to solve my own problem, so I guess this is a good tip if anyone else want to do something similar. The main template match needed to be on the root element "/". I then just added another template match for FirstEl which applied the Pic template.
  2. shauncrist

    Problem Updating XSLT Parameters using Javascript

    I've got a document that looks something like this: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="test.xsl?> <FirstEl> <SecondEl> </SecondEl> <Pic id="Pic1"> <PicLoc href="Pic1.gif"/> </Pic> <Pic id="Pic2"> <PicLoc href="Pic2.gif"/> </Pic> <Pic...

Part and Inventory Search

Back
Top