I know asp3 but have never worked with XML. Im trying to figure out the US Postal services address verification API which is XML based.
I need some help in making a sample vbscript page to ...
I have over 230 xsd files that i need to import to MS SQL 2005 while retaining all keys and relationships.
tried using Access 2007 but it explodes when the files get to big and it also dupl...
I have an XML file of the format attached below
I would like to edit values of these field and add new elements in ascending order. How can I program such a parser in ASP.NET?
ex: I coul...
Hi,
Could anyone please help me out with a parsing logic that will parse NewsMLfiles and inserts into the database. NewsMl files are standard xml files with a metadata. My objecive is to pa...
Hi,
I am creating a website right now and need some advice on implementing an XML 'post' and 'get' to a remote URL.
I have uploaded the document here http://www.chrystalnet.com/xmlguide.do...
I am looking for a open source or freeware tool for visualizing the structure of XML documents and / or schemas, similar to the schema visualization found in Altova XMLSpy. Preferably the tool...
Hi,
I have a very large xml document with an element that contains two attributes. However, the attributes are in the wrong position relative to the element.
eg: <test1 attribute1="text...
I am trying to detect errors while using ServerXMLHTTP asynchronously, but it appears that readyState remains 1 when an error occurs, and the only way I have found for detecting the error is t...
Hello Experts,
I have little question for JDOM.
I want to add stylesheet (<?xml-stylesheet type="text/xsl" href="style.xsl"?>) in to my Document of JDOM.
Currently my program can gene...
I want to get book info from Amazon's web services. The URL is easy to generate, and it returns a page of XML, with an <items> collection and an <item> entry with an <attributes> collection.
...
Hi,
When i use createNode or createElement to create a node or an element the default namespace is added automatically. I dont want any namespace for the node at all. Can i do that?
I need to remove some lines from some XML files, specifically some of the xmlns stuff, but I need to do it in batches of thousands of files.
I'm trying to write a program that will ream the...
Hi XML Gurus,
We have a situation here. We have the SP from SQL SERVER 2000 to create the XML OUTPUT. THis contains multiple orders (one order to many lines);
We are using a VB.NET pro...
Hi experts,
I have trouble adding single quote inside my concat function.
I am trying to call javascript function from my html.Html i am generating inside xslt.
<xsl:variable name="temp" ...
I'm new to XML. I have a very simple test file which I'm trying to access using the XML DOM with Javascript (testing with IE6). In short, I can't get "...nodeValue" to return other than null w...
Help using Sarissa library for and client-side XSLT transformation.
I have javascript that takes a string of XML and calls a remote XSLT file. Then when I attempt a transformation, I get th...
string l_search_string = @"//User[contains(translate(.,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ'),'" + l_search + "')]";
XmlNodeList l_list = l_doc.DocumentElement.SelectNod...
I am creating an xml string from data using following code
MemoryStream stream = new MemoryStream();
XmlTextWriter xmlWriter = new XmlTextWriter(stream, Sys...
How can I get the value from a specific node that is named multiple times within an element?
In the example below, I want to get the wins from the outcome-totals node that the alignment-sco...
Hi...
im getting NULL in the value of the xmlnode.
when i delete the namespace is working.
how can i get the value? should i use namespace manager?
i prefer that xpath wont contain the nam...
I have client-side code that is running MSXML2.XMLHTTP in a ASP page (ASP1) on a Windows 2003 Server with IIS 6.0. The code passes a SQL string to a server-side ASP page (ASP2) to execute an o...
I am trying to get all unique values for a particular attribute of a node and it's ancestors.
For example if i were looping through the nodes below and for the item node (ID=6) i want to ge...
Help!!!
I've been trying to figure out how to solve this and am finding nothing.
This is the error I'm getting
-----------------------------------------
Expected token 'EOF' found '='....
Hi
In my .xml file I have a name of a company that has an '&' in it. However when I link a table in HTML to it I get the following error:
Whitespace is not allowed at this location. Error ...
Hello Guys,
I have a situation where I have to call .aspx page from the classic asp page.
All it does is convert the doc file to another format and saves it one location. I have to call this...