Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested XML Solutions: 676 - 700 of 1221
 
Hi all; Hope you good programmers out there can help me with this one. I'm a total newbie to XML programming and I'm creating an XML file that will be used to create a data connection in S...
Okay, complex problem. I have: Several Rich-Text file templates (*.RTF) with blocks of text in them. These contain special merge fields which need to be filled. One XML data file containing ...
As more and more people are raising thier privacy settings, I have had many complaints of login forms/other forms not working. This seems to be becuase IE is blocking the tempory cookie tha...
I have an XML file node that looks like this... <Remarks>MK 124 need to be cleaned. Wire ties are missing. Deviation table expired. Flashlight needs batteries. Clean trash out of room....
Can someone help me with this please? I need to take the content of my XSD file (coming from db call) in on this sub.  I then need to validate the XML content using this XSD file.  I see how t...
I just recieved a complex XML file from a Supplier. I need to import product information into an access Database. I have spent the last two weeks testing solutions from other posts and softwar...
have the UPS api working fine for US - US but when i try to set the shipping from the netherlands to a EU country or from the US to korea or another country - i get an error of 120001 XML int...
How do you increment or decrement a variable in XSL, when there is no upper or lower bound known? There exists a recursive solution explained in http://www.biglist.com/lists/xsl-list/archives/...
Hi guys, following problem. When converting to rtf via a xml and xslt file the & is not converted and is displayed as &amp; How can I resolve this issue? Thanks a lot. Chris XSLT File...
Hi, I would like to know if FireFox or Netscape 7.2 or any Mozilla browsers support Synchronous calls for the xmlHttpRequest method?  I am looking at this call:   xmlHttpRequest.open( "GET"...
Hi, my xml is: <report>     <form>         <input type="hidden" name="filteradd" value="source"/>         <input type="hidden" name="timespan_1" value="quarterly"/>         <input type="h...
I am using jdom for parsing my xml. Below are the sample xml : <PARAM BR="JUKE"> <SUBOR DT="2005-08-13 15:30:34" /> <DETAILS NO="300" >    <DR="H4"/>    <DR="G5"/>    <DR="K8"/> </DETA...
I have come across a number of xml:space attributes on xsl:text eleemnts in old xsl documents, which of course don't then validate. How do I add such an optional attribute in my xsd schema ...
Hi I am writing a script in asp that creates a xml doc and sets  it to be the body of an email I am getting the foloowing error Microsoft VBScript runtime error '800a01b6' Object doesn'...
Hi, I want to convert a text file to XML file which contanis some special character like "รท". I tried to do this with Macromedia Director and it is working fine in the Browser. I found this...
Hi Experts, How to use XMLSPY software to create XSL and XSLT from XML file. Please point to exact toolbar options step by step. Thank you.
I have written a simple asp page that queries Index Server using web dav and the XMLHTTP object.  The asp page queries the document content with the text entered in the input field.   ...
Hello, I have a bunch of XML files in the folder and I am trying to read all the files and write it back to some other location with slight changes in the file. However, I am getting object ...
I am using Informatica 6.1 and trying to output to an XML target.  While the XML is created the attributes in the first tag are our of order.  I would like to know if there is a means to order...
How do I take the contents of a folder named "music" and make an xml file out of it of the form: <?xml version=1.0 encoding=iso-8859-1?> <playlist> <element url=../music/1.mp3 /> <...
Hello, I am simply trying to connect an xml file as an adodb.recordset object in vbs using the following code: set rs=CreateObject("Adodb.Recordset") rs.Open "XML_file.xml" msgbox rs(0...
I am creating a slideshow using Flash & XML together. Everything works great, so good that I'm using this slideshow again and again on other small projects. The XML file tells Flash where to g...
Hello Experts, I'd like to know if its possible to create a java gui using xml and xsd documents ? For example i have a java program which validates a parsed xml document against xsd, how c...
Hi, I trying to execute an asp script that creates a vxml file. the error.semantic.ecmascript is thrown and i have no idea why. Any help is appreciated. Kruv The full script is: <%@ ...
I have the following xml configuration file (it's an example): <country code="974" name="QATAR" shortcut="QA">                <destination name="QATAR MOBILE">                     <number_block prefix="9741245"/>      ...