Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top XML Solutions: 26 - 50 of 82
 
Hi! I'm trying to push some data to a PHP script on a Linux box from VBA. The code runs fine and appears to push everything to the server correctly.  However, on the server side, the PHP...
I am trying to prepare a XML file for uploading to Google Base (www.google.com/base) , but am not having much luck. Below is a snippet of the code I have been using. The error message I get is...
I have a registration form written in .asp that I am submitting to my own db.  I need to also send that data to a third party and I was thinking that xmlhttp was the way to go.  I have created...
I have picked up this piece of javascript code from a expert answer to a similar question. This particular code shows the currency rate compared to the Euro of the US Dollar. <script type="...
Using the client brief, along with the sample data (sample-request.xml) for a stock availability request, complete the following tasks. 1. Create a Cascading Style Sheet (CSS) called request...
Hi, I am trying to POST xml data from HTML+javascript page to a server. Server expects the following xml structure: <PALOA>    <HEAD>        <APP user="username" password="123456">LA</APP...
Hi, I'm running into a snag implementing foreign keys in my XML schema. Here's a bare-bones version of my XML: <?xml version="1.0" encoding="UTF-8"?> <test      xmlns:xsi="http://www.w...
Hi experts i use this kind of xpath : /root/line/idcp[.='searchingItem'] it works only when "searchingItem" match exactly with the content of the "IDCP" content value but i would ...
Hi Experts, I have a XML say: <Root>    <RootOFSets>         <ApplicationSet Name="AllApps">            <Application id="App0" Name="MyApp1" />            <Application id="App1" Name=...
I have a XML feed from Youtube that uses the Atom standard, but ASP.Net 2.0 doesn't seem to be able to handle this standard? The XML feed start as follows: <?xml version='1.0' encoding='UT...
I am trying to read an XML file into our database via VB.NET 2005. I retrieve the file via a WebDAV query to exchange 2003. My XML knowledge is not the strongest and I am really struggling....
I recently purchased a Flash Component and wanted to add hypertext link attribute. I have requested this information from the component author, but have not been able to obtain a response. I h...
I want to be able to remove the url function from this XML ticker. I do not want the text that ticks to have a link to external pages.
Hi, I have an XML document that's being exported from a database. There is no associated schema. I have a notes field that is multi-lined. The problem is when it's opened by Excel the row-hieg...
I have used the Xml Schema Definition Tool(XSD.exe) on several projects in the past. The only difference is that they were all single XSD files. I am currently working on a project that has mu...
hi, we need to send a xml file to a website, the manual only says 1. Create URL object 2. Create SSL socket for URL on Port 443 3. Open SSL connection for reading and writing 4. UR...
The user wants to be able to send an XML file that's created from data entered within an HTML form application on their existing web site, which is on a secure server (CentOS Enterprise w/ PHP...
Have internal Object and serialized it into an XML document, then transformed the according to another XML document that matches a published schema using an XSLT.  I have the correct data in t...
I have a script that is pulling data from HDC in XML. The format of the response is basically as follows (some deletions for security) - <Item>   <ItemID>340663905322</ItemID>   <ViewIte...
Hi, I have a flash program that has drag and dropable objects. These drag and dropable objects have rollovers in them, and therefor cannot be treated with a standard drag and drop. I am ...
Hello, I am trying to split the xml file data by a <listitem> node with the following script but it is not doing it right, please can you let me know how to do this? sItems = Split(XMLFi...
I am facing certain issues exporting Navision stylesheets to Word 2002. With some investigation, I found that some object Microsoft XML, v6.0' was missing so the program could not launch the s...
Hello All, I was asked to take an old forum, clean up the entries, users, etc. and then convert the posts, topics, forums & users into a PDF package wherein the forum categories and sub-cat...
Thanks hielo and bol for your solution. I have a follow-up question. The data returned by : var data1 = inp[i].parentNode.nextSibling.innerHTML; var dat2 = inp[i].parentNode.nextSibli...
hi, I have about 400 xml files, I can open it in excel, is there a way to combine all of them into one excel file?   They have same format. thx