I am writing a simple report given an XML file that is a fax log. In each fax, there is a job code, and I want to give a summary of counts by job code. I cannot figure out how to write that ...
Hi,
I am converting email files using PERL to xml file.
I escaped those special characters like <|>|&|"|' but I see there are other characters like foreign langagues.
How can I take care ...
I need to convert an XML file into a CSV file.
If i have an XML file formatted as follows:
<root>
<table1 id="100" description="this is a test" anotherfield="test test" />
<table1 id="...
Simple Question, but need it quickly. My server application receives an xml string which I am trying
to read using XmlTextReader. I am having a problem getting it to recognize an attribute...
I need to read an xml document.The xml document is in the format below.Can anyone tell me how to do?Code is appreciated.
Building on this question:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23531323.html
Visit this page and you will see that Google says the driving distanc...
Hi all,
I am developing an application using XML to talk with legacy backend (mainframe), some old mainframe application may use some invalid characters (e.g. low value x'00') such that whe...
If I am having a XML document, is it possible to find any plugin or library for Microsoft Office to do direct import from XML documents into Excel tables of Access database?
If no such feat...
I have a VBScript that ive been working with , its shy of what I'd like to accomplish . I would like to be able to specify in the .ini to only output files last modified after a particular da...
im building my own trackback class for my personal blog.
when i try calling my trackback URL like this: http://localhost/my-blog/this-is-a-test-entry/trackback/ i get the following error:
...
Hello. I am new to XML and ASP XML Controls but understand ASP and VBSCRIPT pretty well. I need to extract child nodes from a large XML document
example:
Extract every "ph val" from "ac ...
Hi..All
i have a XML File Formate is
<Person>
<uid>501126729
<sn>Goyal</sn>
<givenname>Amit</givenname>
<initials></initials>
<uid>501126729</uid>
<mail>goyal.amit@aa.com</mail>
...
Hi,
If we enter "&" symbol in search criteria I'm getting this error. Can any one help me how to handle & in xml.
Thanks
kkkani
Hi,
I wonder how I encode a forward slash in xml.
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Colors>
<Color>black/white</Color>
</Colors>
Thanks in advance!
The actual XML file
http://www.thevfamily.com/news/yh_xml/iraq.xml
ASP Link
http://www.thevfamily.com/news/?cat=iraq
I am just toying with XML and RSS Feeds. The majority of this ASP ...
I have an application. From application API I can define an interface to my VB DLL (for example: myDLL.myClass.myfunction)
From my application, I can select table and its columns to be used b...
Hi All, I recieve JSON data from an ajax request into a hidden div. I now need to convert that JSON into XML that I can pass over on to a javascript function.
I need a javascript way of con...
How can i run a simple XML file in my windows XP machine please give me some very small XML code to test?.
Hi there,
I tried to import the xml file into the web application, I got the following exception;
the xml file that I just exported from the web application, in other words, I have the code ...
My law firm is using a third party program (EPave) for electronic filings to the USPTO. The program is bombing out at one point giving the above error message: "XML Document must have a top ...
I have some xml that s not validating. It returns the following error:
Cannot find the declaration of element 'soap:Envelope'
I've tried stripping out all the xml I can and it still retu...
I'm getting "ActiveXObject is not defined" error message.
Here's my code:
<script language="Javascript">
function loadXML() {
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
...
http://www.experts-exchange.com/jsp/qManageQuestion.jsp?qid=20251346
Please answer the question at above URl for 100 Points
I have xml file in which i want to edit or add or delete the nod...
I am looking for a code or a reference about how to convert an XML file with XSL to MS-Excel.
thanks
Hello all, ive been having strange problems using XMTHTTP to send XML messages to a server and back. I have a page encoded in UTF-8:
<meta http-equiv="content-type" content="text/html; chars...