In page1.htm,I coded the following(skeleton,for breavity,code for error handling is deliberately omitted):
function timer(){
requestNM();
request=window.setInterval("requestNM()",1500);
...
ino:response/xql:result/OrderDetails[@ProdNo] has the following values:
A1
B2
C3
D4
B2
C3
E4
B2
A1
Since there seems to be no select distinct from the XQL, therefore, I got lots ...
Hi;
Within Visual Studio 2008 I have created a Word 2007 Project, added a datasource (SQL View) and then added an XML Schema. I have built the project and when I open the document I can then...
hello
i have a RSS feed xml file ( it's a web link ). i want to display only the top five news in the xml file. if user click the read more button, then this user will be linked to the whol...
Hi,
I want to convert a huge delimited text file (appr. 85MB) directly into XML in vb.net without looping through the text file as it is very large. Is there any way, I can do that?
Tha...
My application needs to parse an XML document and then traverse it node by node. I am using Apache's Xerces-C++ API's. I created a DOM parser and parsed a sample XML document with no problem...
Hi,
I want to send 2 values through the query string from an XSL. I am using this XSL, to format an xml document, and need to show a link to another page, for which I require 2 values to be...
what is difference between PCDATA and CDATA ?
Experts..
I am down to the last piece of developing my online store. I need to calculate shipping. I have registered with USPS in order to use their free service to receive rate informati...
I recently moved an existing site that is using MSXML4.0 to a new server. Ever since, I have been getting the following error:
Object Not Found
msxml4.dll error '80004005'
The styleshee...
We have created an ASP page that generates and submits an XML request to a vendor. the vendor is asking for a postback url to send the resulting XML. I do not understand what they are asking...
I'm trying to parse a simple XML file using the Java DocumentBuilder parse(File f) method. My question is where to put the xml file in my web context and how to create a Document on the file?...
HI Guys,
does anyone know where i can get a VXML editor?
Thanks
Jay Eire
Hi all
I've been MSXML, and am switching over to xerces and xalan, and I was just wondering if their is an equivilant to the msxml call:
msxml2.IXMLDOMNodeList objNodeList = objDOM.selec...
I need to build a link on my page based on QueryString values. How if at all can I access the QuerySting using in an XSLT?
How do I encode back slash character for sending it through the xml
Hi All,
I need help sorting a simple XML file with XSTL.
This is the concerned XML:
<tpos>
<EntryRec id='1'>
<StockItemID>B715FDC4-9266-456C-AE14-3A6B446E5891</StockItemID>
<Amo...
I have created a simple XSL->XML solution (see below). The problem is I cannot get IE to see the DOCTYPE setting. I want the HTML 4.01 Transitional doctype to come through or else IE ignores m...
Hi,
I have a XML file that I want to load all the child elements into a Dropdownlist. Can I do that and how?
If there are more than one of the same child elements I only want to only sho...
Here is my sample code:
<html>
<body>
<input name="submit" type="button" onclick="test();" value="button">
<script language="javascript">
function test() {
//instantiate the ...
Hello,
I am using a program that will import a XML file into technically a bunch of fields in a database (CMS). One line of the XML file:
<Body><div class="Newslink"><![CDATA[<a href="h...
is there a possibility to completely ignore the DTD while parsing xml file ?
(I don't want the parser to look for the DTD file)
Hi Pals
I have xml file. I want to append new elemnt and save the same using VBScript/JavaScrip with HTML alone(Not ASP or VB).But while saving the file Permission Denied error has occur...
How do I create an anchor tag inside an XML. So that if I had something like
<thisNode> Go here and you will see awesome stuff </thisNode>
"here", when clicked on, goes to a URL.
And...
what is PCDATA & CDATA meaning?
does CDATA mean charactor data?
thanks