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,
I'm trying to write a Delphi Application that parses some xml data from a remote webserver. The structure of the xml data obtained from the remote source is as follows.
What is the sim...
I don't have a lot of experience in XML, but I do have good experience in .NET and SQL Server. I have a map application that uses an XML file as its datasource. I want to build a front-end for...
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...
Here is my situation:
I need to import an Amazon XML file into SQL Server 2000 using SQLXMLBulkLoad 3.0. I have created the schema file and it doesn't work. Here is the XML:
----------...
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'm trying to import an xml file into ms access. I've opened successfully one of the files I need to import in ms excel and the table that comes out is perfect. Now the problem is that with so...
Hi,
I have a .swf file called loader.swf which i want to load external .swf files into it via XML. Now this loader.swf file will primarily hold all the XML actionscript code and anything it ...
Hey Experts,
I need to code uses nested xmlagg functions to nest my xml output of an xmltype view query I wrote in PL/SQL. The XMLAGG function should start at the (XMLELEMENT("document",)) ...
Hello Experts,
Can someone please look into the attached and let me know If this not the correct way of loading xml file and retrieving its data. I am getting error while I am running this co...
Hi.
I'm trying to read an xml file and replace a specific element data by using attribute id.
that's the xml structure:
<simpleviewerGallery>
<image id="4">
<filename>ani4.swf</filena...
Hello,
I need to create an XPath expression that will select descendant nodes (direct or indirect) of the context node, but will exclude nodes that have a specific node "between" them and t...
I want to use a code block <%= %> to specify a string in a CDATA node of an xml doc. I am using VB.NET, so I am writing the XML directly in the response (VS2008).
The first example WORKS. ...
I have an XML file of the format attached below
I would like to edit values of these field and add new elements in ascending order. How can I program such a parser in ASP.NET?
ex: I coul...
I have a binary record of a cartographic resource(map) that needs to be converted into xml. I have no problems converting the binary record into xml but one of the values in the binary file is...
Hi there,
I'm trying to change the 'select' value of an 'xsl:param' tag I have at the top of an xsl. I would like it to take on the value of a variable I define elsewhere, and it seems that...
Are there any characters that should be avoided (besides the < > & " '). I am trying to process data that has sections that start with a backslash "\" and contain multiple dollar signs "$". T...
Hello Experts,
I have to use if...then conditions to run targets, for the same i have added in build.xml as
<xmlproperty file="${basedir}/test.xml"/>
<property name="config.test" value=...
I'm getting a xml file with a .png picture embedded in base 64. How can I decode and save as picture file? I'm using VBA. I'm attaching the code i'm using which obviously doesn't work. I attac...
Hi,
I am trying to code an HTML page that will get the guest IP, store it, and compare it to stored IPs.
The purpose is a service I wish to provide and allow only once per IP.
I would rat...
Greetings
I am trying to add aditional information in the nodes of an XML graph with C#. More specifically i would like to keep the node's index after traversing the tree with Pre and PostOrd...
Forgive my ignorance I am new to XML.
What I want to do is have an XML file within my VS 2003 project that I can write to during run time.
Here is an example of the XML Code I need to write:...
Hi,
I have a remote web service endpoint/function that accepts three simple XML data types, and 1 complex XML data type. When I try the following call in my Apache Axis client:
call.inv...
I have a page on my website (ASP) that pulls information from an XML page on an external site. This code works on my test Windows 2003 Server running IIS6 and used to run on my production serv...
hi
I I am new in XML, I never used it before. We have xml formatted data stored on sql server table , we want to retrieve is data and display it on an asp page. below is an example of a r...