Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested XML Solutions: 451 - 475 of 1221
 
I need to transform a source XML file and add some date processing to the output. The output needs to be another XML file, not HTML for a browser. The date functions work fine but the output i...
I am creating an RSS/XML feed from our classified ads database. The feed displays fine until it gets to an ad with an ampersand in it then I get this error: The XML page cannot be display...
Trying to remove numeration from title attribute values, such as: <figure title="Figure 3-1 Machine with Breakdown of Units"> to <figure title="Machine with Breakdown of Units"> No...
I'm receiveng an XML file form a Servlet, and I can show the content in a web page with the property ResponseText. The content of the XML file (only one letter) determines the content of th...
We are generating XML documents to be read on WCE devices. The XMLDOM parser on the WCE 3 device reads our document fine but the XMLDOM parser on the WCE 4.2 device throws an ecception error a...
Hi EEer's, I am unable to view the expert responses and have duplicated the question here in the hope that I can see the responses on this one. Thanks for your patience. Hi all, NT...
Can anyone please tell me how to create XML files using Javascript? If this possible?
Hello, I 'm pretty new at programing in rpg but my boss asked to check things that are new for him to. Like how to read xml in rpg. I stumbled upon demo of Partner400 and tried this. But...
I've setup a custom search engine with Google: http://www.crownofficechambers.com/results.asp - use the search box on the left. I originally used the iframe method (http://www.crownoffic...
I am having trouble locating tutorial for XML in Dreamweaver CS3.  I need to learn how to bind xml data to form elements such as a <select> like I currently do with a MySQL recordset. Can a...
I know that the above has been answered before but I cannot get any of the workarounds / fixes to work and have been trawwling the forums etc for hours to no avail. Here's the calling code....
I have a form created in XML.  The code is basically an HTML form that includes drop downs and text boxes.  Is it possible to create an IF ...THEN statement in XML? The two statements in qu...
Hi, I'm always getting the same error when I'm testing the Canada Post module that comes with the VirtueMart installation :  "XML parsing error."  I have an account with Canada Post, and I ...
Hi guys, I'm hoping maybe someone out there will be able to give me a little help. Im currently working on a flash project that will run off of a cd in .exe form. The file is reading compan...
i want to use an xpath to get the actual node name in the xml. For Example, if my xml is: <Root>   <MyNode>this is mynode text</MyNode> </Root> I want to write an Xpath query which ret...
I get the following error when trying to send XML to a remote server msxml3.dll error 'c00ce56d' System error: -1072896659. Here is the function that is causing the error private...
How do  I make my elements namespace qualified rigth now i have an xsd with the following namespace specified <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="quali...
I'm attempting to programatically validate an xml file using a schema(.xsd). My code is shown at the bottom. When I execute that code I get the above error at the "oxmlSchemaCache.Add" line. X...
What I want to do is have my grouped xml file output to a html table. The problem is I wish to have the first <td> to take say 12 rows,  the subgrouping to use these for their rowspan etc. Her...
Hi, I was trying to create a simple extension function and invoke it from an xslt stylesheet. Saxon gives me the following error for the simple xslt and xml source files listed below. ...
I'm using xmldom to parse an xml page. There are the first few line of the xml doc. xml doc: <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications/...
A "msxml3.dll error '80072f8f' (System error: -2147012721)" error was returned when the codes below was run. It has been working for a long while, but the above problem just surfaced. AN...
Hi experts, i have an XML file created by an application called Appeon....but i am not able to open it in the Internet Explorer(V 6). i am getting this error message : " Microsoft JScrip...
ASPDotNetStoreFront is a robust shopping cart solution using ASP.net and XML: http://www.aspdotnetstorefront.com/. By way of their XMLPackages site owners are able to add custom dynamic en...
In my HTML page, I have a data island containing a list of customers which are diplayed on screen. When the user clicks on a button, I use a MSXML2.XMLHTTP.3.0 object in a VBScript to connect ...