I will be using a VBA function in Access to post an XML request to a URL. According to the documentation the following headers were included. The question is what is Content-Length and do I ...
I have a Sharepoint 2003 page that displays some database information. One of the fields is a numerical value of 0, 1, 2, 3 etc...etc...
The user wants a sound file to be played when the valu...
Hi, i have been running an on line survey hosted on www.polldaddy.com and have exported the results to an xml file. i would like to present the results on our Intranet.
looking through vario...
K, so i am working on this project where all the calculations were going to be calculated and used in the flash file to use and display. The scope has changed now so they want the results set...
Looking for a top XML comparison tool, which will compare 2 XML files based on DTD, or without DTD.
Must not be UltraCompare, WinMerge or similar, just a TOP XML compare tool, a specialist pr...
Hi,
I have to read in very big XML files for a real-estate site. These XML files range from 300 to about 2000 properties.
What would be the best approach to do this? I had problems in the ...
I want to connect to an XML file in ASP.NET 3.5, how is this done? Here is the code I used for an Access database. Can I do the same thing for an XML file?
Hi this is not homework. jus revising my knowledge on DTDs. can someone verify if im right?
Hellosoft wants to build a staff dictionary to organize staff information. Each Staff member must...
Hi,
I'm getting an error message when trying to read an xml file with simplexml_load_file.
The error is "Warning: simplexml_load_file() [function.simplexml-load-file]: ./includes\languag...
The code below keeps generating the following error when I try to validate through XML Spy.
"Unable to load a schema with target namespace 'http://ostore/mediamart/ns' from '..common/MMSche...
I am trying to run an application that is iterating through a list using myReader. I am certain my problem lies in me not passing the iterated value through to the variable. I have:
'get th...
I have a custom data import file and wanted to find a program where I could import the file, or copy and paste the data and I could then see if the data received is correct.
Example:
Fie...
Hi All,
I've created some ASP code which retrieves data from a XML file, with the end goal being to store this data in a MYSQL database.
The code below works fine if one entry is passed ...
Hi,
I Want to validate Xml file wheather it is not null tag.if it is null tage means i want to generate one error xml file. for some fields in xml. i want do in java pls help me as soon as po...
Hi, i have the following asp file that connects to a database, extracts records and generates xml data - I wish to format this data on the fly, so I tried this:
<?xml version="1.0" encod...
I have a template in an XSL file to generate my search box on my sites web pages. I'm replacing the legacy search option code within the template with Google Custom Search code. Part of the Go...
I have inherited a xul script (see beginning of of script below). I have never used xul before, so I'm a little puzzled why this does not work. I am told "It used to work before".
It is...
I am receiving an XML stream from a third party via raw socket connection.
I coded-up the socket service that receives the XML in C# fine, and I can successfully get the data from the vendo...
I am writing a simple web crawler in C# using .NET. I notice there is a lot of links embedded into javascript and ajax. I am especially interested in following the OnClick member in A tag. Is ...
Hi,
I am writing a very simple WML program that I have atttached. I just want to know how to jump to another wml file when I select say LG or Subzero in my program. Thanks
D
HI Experts,
I need to convert a XML into a text file within vb.net using XSL. Sample XML structure is given below.
What I need is to create a record in the text file for each VOLUME.
<...
Hi,
I got this working in VB with help from EE:
Public Function getThumbnail() As String
Dim value As String = XPath("thumbnail/@value")
If value = "yes" Then
...
here is the query i am using
select 'rulename1' 'Rule', 'ruletype1' 'Type'
FOR XML PATH('Rule') ,TYPE, ELEMENTS
and here is the xml i get
<Rule>
<Rule>rulename1</Rule>
<Type>rul...
Hi All
I have been asked to provide a series of related tables and their data in XML format.. is it possible to keep relationships in XML?
Rit
Hi All,
I'm reading an XML file into ASP, with the end goal being to store the information in a MYSQL database.
Unfortunately, I'd built my ASP code around a sample XML file which I expe...