We supply an xml feed to various third-parties and specify encoding='utf-8' in the xml file. We've had a couple of calls this week from a client who could not parse the xml file as it containe...
Hello,
I have a Java program that transform XML files to another format using Saxon 8.7. It works fine for a single full XML file. When I try to transform a XML with entity file references, ...
Hi all,
I have the follwing XML file . If I want to retrieve game1 moves , how would I do it using the the simplest way in javascript ?
<?xml version="1.0" encoding="UTF-8" standalone="...
Pretty simple question here. How do I scroll through all the child nodes of a single node? (I may be asking the wrong question... so let me go into more details)
This is the part of the XML...
Dear all,
I've a question about SetRequestHeader metod in Miscosoft.XMLHTTP.
In the following vb script in ASP file, my program is not function correctly if xmlMaster.xml includes Chines...
Is there a way to exit a for-each loop once a particular node has been found?
Or maybe there is an approach that will give me the node I want in the first place without looping at at?
e....
Hi Experts
Just Newbie to XML....Do not know if this is possible!!
I have this XML file, which has it own Schema (*.xsd), Now I want to make template out of this so that more similar data ...
I need to read xml using php, save to mySQL, and display certain variable to screen
this is a sample of my xml
<?xml version="1.0" encoding="utf-8"?>
<TPGISReceiptResponse xmlns="http:/...
currently I'm able to add new rows to the xml file, but I can not update a row without removing all other data. I want to loop thru the xml file fine the row I'm going to update then update th...
How to generate an xml file using java?
hi guys,
Please help me I have a problem encountered about the set up of SOAPclient. I already install the SOAP toolkit on my server.
I have this code in asp:
<%
S...
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...
Hello,
I have been trying to increment a variable within the for loop, but with little success.
I have provided the code snippet.
Currently I have the following:
id="<xsl:value-of sele...
I have the following XML :
<Product>
<RequirementList>
<Requirement>
<RequirementId>55</RequirementId>
<RequirementValue>TEST</RequirementValue>
</Requirement>
<Requir...
i want to implement something like this
if (tag is [<firstname> or <lastname>])
{
do string mainpulation(string within the tag)
}
in XSLT where I am trying to modify the values in a...
I have been trying this almost all day now, Is this even possible?
<xsl:variable name="color" select="some js variable"/>
I have an xml file that looks like this:
<site id="1">
<section id="241" label="Komen Race for the Cure®">
</section>
</site>
The ® doesn't get turned into a (TM).
C...
Hi I'm in desperate need of help.
I'm using xslt to transform xml files i have....
What I need to do is add visible space to the rendered page (i.e. lines) so that the output looks similar t...
Hi
If I have an xml docuemnt like
<a>
<b c="5">
<b c="2">
<b c="3">
<b c="1">
<b c="4">
<b c="7">
<b c="6">
</a>
How do i write a select nodes statement that returns th...
I have an XML that throws an error when I try to open in XML Editor. Here is the full error:
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refres...
' This is the code:
Dim DataToSend
DataToSend = (Request.BinaryRead(Request.TotalBytes))
Set objSXH = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
objSXH.open "POST", "https://mer...
Error Type:
msxml4.dll (0x80070005)
Access is denied.
/test/test.asp, line 70
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
set objSrvHTTP = S...
I am trying to open XML that is generated in ASP with a JavaScript function. It works on my localhost but doesn't when the XML file resides on another domain. Surely, this must be possible as ...
In theory, I have this XML file (and be gentle, I'm not experienced with XML or XSLT).
<root>
<data>
<date>
<start/>
<end></end>
</date>
<time p...
I am learning jQuery, which seems to be a real neat and clean way to acomplish a lot of neat tricks very easily but I am an asp programer and seem to just be stuck in that world. All the exam...