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.
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="http://somenamespace">
<B myAttribute="foo"/>...
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("//Details/Detail[@id='1111']")
Response.Write detailNode.getAttribute("inputType")
The problem is that if the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.