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...
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...
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...
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...
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...
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 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...
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...
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>
...
I am looking for a code or a reference about how to convert an XML file with XSL to MS-Excel.
thanks
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>
...
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 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.
Dear All
Win XP Pro w/SP2
Are complete different, nothing in common?
What in your Add/Remove Microsoft Core XML Services (MSXML) 6.0 shows ?
Thanks in advance for any information you c...
My web.config has the following entry. At runtime, how can I read the key value for requireSSL from code?
<authentication mode="Forms">
<forms loginUrl=...
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...
Hi all
We developed business application in VB.net and running it through Internet using remoting services.
Problem
Here we are transferring the dataset as it is to the client machine. ...
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...
I am trying to collect some XML interview questions for hiring Mainframe developer who will write CICS transactions to collect/send XML data.
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