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="...
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 ...
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 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 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...
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...
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:
...
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...
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>
...
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...
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>
...
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 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...
Hi.
I have a VB6 function that takes an XML file and an XSD file as input parameters, (see code below: source:- http://www.nonhostile.com/howto-validate-xml-xsd-in-vb6.asp).
The function v...
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
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 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 am trying to 'trim' the value of an element to 256 characters, something like:
<xsl:value-of select="trim(., '256')"/>
I just can't remember what the function is called...
Thanks.
I am looking for a code or a reference about how to convert an XML file with XSL to MS-Excel.
thanks
When I try to open the XML file I created, get the following error message
Whitespace is not allowed at this location. Error processing resource 'file:///C:/Inetpub/wwwroot/WebApp/Documents...
hey Gurus,
I have basic Idea of XML and XSL. but I have not done any Projects completely based on XML, XSL.. Now I have an interview this week n one of the required skills for the job are ...
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...