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. kobyashi

    Requesting XML with VBScript

    I have a textarea in my form where users can paste XML documents. The problem is that I'm not able to retrieve the contents of the textarea. When I do a Request.Form of the textarea, it is blank. Any ideas? Thanks in advance.
  2. kobyashi

    OPENXML

    Hi, I have an XML document with a single namespace that I would like to parse and insert into a SQL table with OPENXML. The problem is that I get zero results returned in Query Analyzer. SET @xml = ' <Root> <A xmlns=&quot;http://somenamespace&quot;> <B myAttribute=&quot;foo&quot;/>...
  3. kobyashi

    How to check if an object is empty

    Hello, I would like to select a node that may or may not exist from an xml document and set it to an object in ASP. Set detailNode = xmlDoc.selectSingleNode(&quot;//Details/Detail[@id='1111']&quot;) Response.Write detailNode.getAttribute(&quot;inputType&quot;) The problem is that if the...

Part and Inventory Search

Back
Top