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...
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...
Hi,
I need some help using XPath to retrieve data from an XML file. A shortened example of the XML is below:
<Date>
<Year>2008</Year>
<Month>02</Month>
<Day>01</Day>
</Date>
...
Hello
I am not able to get this xspf playlist to load my mp3 files in the flash player. I am using this widget
http://www.widgetbox.com/widget/xspf-player
I have created my own playlist f...
I need to insert the registered tradmark logo ® in an xml doc that then feeds to a flash file.
Simply adding ® doesn't seem to work.
How do i do this?
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 ...
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'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...
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...
Hi,
Ok here is the scenario. I have a web app that generates txt and tsv files based on invoice information. These files are sent to Open Invoice where the client imports them into their ac...
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",)) ...
I have an XML attribute that loads text into Flash and is done so by pulling in an XML attribute value. The problem is that this is for a French website, and the special characters in the str...
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...
I have an XML feed:
http://www.fishpond.co.nz/Movies/Blu_ray/Animated/xml.php?ref=1006
Which I wish to use in a classic ASP page. How do I convert the XML output into an HTML or classic ...
Hello all,
I am opening an XML file that contains line breaks. IWhen writing XML to a file I would like to preserve CR+LF as line break, without writing 
 to the file.
I am reading...
Hi
I coded a bit of VBScript on my local machine which is Windows 2003 Server with SQL Server 2000, which takes the contents of an XML document, parses it through a schema and successfully in...
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. ...
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...
Hi everytime I open a link enter username and password and click on logon I keep getting the following error message:
The XML page cannot be displayed
Cannot view XML input using style she...
When sending the SOAP request initially, it returns an HTTP error: could not post file ' ' on server ' ' (500)
System.Web.Services.Protocols.SoapException: Server was unable to process requ...
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 am attempting to set up an encrypted password for my datasource. As a test datasource, I am using ATG's built-in Solid database.
I have set up a datasource configuration file, which worke...
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...