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

    I am at wit's end !!!! (ASP Problem or XSL Problem?!?)

    Hi.. I have an Asp file, which passes a parameter into an XSL... The XSL outputs some data based on the parameter... After that, the same ASP page outputs a form to the client, to collect some information... My problem is... I get two junk characters viz.. "ÿþ" before the XSL...
  2. thuraivan

    Using Dates

    Hi... I have the following XML file : <?xml version=&quot;1.0&quot;?> <QuestionBank> <Question ID=&quot;32&quot; Owner=&quot;Thuraivan&quot; Date=&quot;30/11/2001&quot; Visibility = &quot;0&quot;> <TextOfQuestion> This is the text of First...
  3. thuraivan

    Server.CreateObject(&quot;Msxml2.FreeThreadedDOMDocument.4.0&quot;)

    Hi... I got the answer to the above... What i missed out was to use - Application.lock() Application(&quot;Q&A&quot;).Save(Server.MapPath_ (&quot;QuestionAndAnswer.XML&quot;)) Application.unlock() Pretty silly on my part eh?... Sorry, for that...
  4. thuraivan

    Server.CreateObject(&quot;Msxml2.FreeThreadedDOMDocument.4.0&quot;)

    Hi... I have created an ASP Application Variable for an XML File that will be used frequently day-in-and-day-out... with the help of the following lines in the global.asa file of IIS 5.0: <Script language= &quot;Vbscript&quot; runat = server> Sub Application_OnStart() Set...
  5. thuraivan

    Retrieving Nodes Based on Run-time Attribute Values ???

    Hello Richard, Welcome to the world of XML... I guess... we are in the same world... Am a beginner too... To answer your question, when i posted that question, i only had one concrete solution with me.. that is to parse node by node, check for ID attribute and if the appropriate Node Attribute...
  6. thuraivan

    Retrieving Nodes Based on Run-time Attribute Values ???

    I have the following xml table : <QuestionBank> <Question Number=&quot;1&quot;> <TextOfQuestion> Text of Question </TextOfQuestion> <Answer> Text of Answer to Question 1 </Answer> </Question> <Question Number=&quot;2&quot;> <TextOfQuestion> Text of Question...
  7. thuraivan

    Retrieving Values from XML Table based on attribute values in ASP Page

    I have the following xml table : <QuestionBank> <Question Number=&quot;1&quot;> <TextOfQuestion> Text of Question </TextOfQuestion> <Answer> Text of Answer to Question 1 </Answer> </Question> <Question Number=&quot;2&quot;> <TextOfQuestion> Text of Question...
  8. thuraivan

    SAX API in an ASP Page

    Can anyone please tell me how to use SAX API for retrieving certain nodes based on attribute values, in an ASP page, on an XML Datastore?

Part and Inventory Search

Back
Top