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="...
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...
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...
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...
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 ...
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:
...
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.
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...
I would like to be able to create VBscript function that takes in one parameter. Maybe something like this:
createArray(id)
Given the xml sample file below if I gave the function "create...
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...
I was wondering if there is a way to format dates with a pure XSLT solution?
Take for example yahoo's rss feed using the date as : Thu, 08 Jan 2004 14:01:20 GMT
I need to change that int...
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 ...
I'm using C# and reading an XML document like the following (example):
<it>
<abc>123</abc>
<stuff>0</stuff>
<jumbo>
<big>false</big>
<large>true</large>
...
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...
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 ...
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>
...
I am looking for a code or a reference about how to convert an XML file with XSL to MS-Excel.
thanks
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 ...
HI, I am trying to learn XML , i know basic staffs about XML.
I am trying to get some Tutorial or if any one can help me to write some code about,
1. How i will create a XML file from Vb.n...
I'm using MSXML 2.0 to manipulate XML/XSLT files in my ASP code. I'm running the following code:
Set ObjXSLTemplate = CreateObject("Msxml2.XSLTemplate.4.0")
Set ObjXSLDoc = CreateObject("M...
Hi,
I have a code snippet, like this:
<%
set xml = Server.CreateObject("Microsoft.XMLDOM")
xml.async = false
xml.load("http://popit.inpoc.com/popit.i...
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...