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 Shaun E 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. holycow21

    Javascript not working within XSLT

    Thanks for the responses. I put the script in an external file (as suggested) to resolve my XSLT problem (it was interpreting the '<' as part of an XML tag, causing it to think the document was not well formed). My page still does not load properly (acts like it isn't executing my function)...
  2. holycow21

    Javascript not working within XSLT

    I have an XSLT doc that is used to transform an XML doc through a transform call from an ASP page, with the output being written to client with Response.Write. The Javascript has a function with a loop in it (using "<"); so I have to wrap that script block inside a CDATA to make XSLT happy. At...

Part and Inventory Search

Back
Top