Hello Experts,
From within an existing Access form and using VBA, I need to be able to modify and save data in an Infopath xml form. From what I have researched so far, I think I should b...
I am having and issue of a picture showing up in the body of a attribute ( I think that is what you call it. I need for the user to be able to have and article what has a picture in the middle...
Hello Experts,
I created a Flash FLV player which is populated by an XML file. I need to display certain characters, such as the copyright symbol and registered trademark symbol, in my XML ...
I need to create a xml file for which i get some of the data by reading the file names in a folder and parsing them. After that, I need to place that data as follows:
<properties>
<scan_user...
Validating an XML file against an XSD file is something that I am completely new too and I have come up against an error which I just cannot resolve.
I am trying to load the XSD file using ...
I need to process an XML file with <Variable> elements.
Each element may or may not have an attribute called 'Form'.
I'd like to create a nodelist of all <Variable> elements with a 'Form atr...
I am creating an xml document dynaimcally and I can successfully save it to my local computer but when I change the address to point to my server, it won't work. Can anyone explain why? thanks...
My ajax request has a xml response. It works fine with IE.
But In firefox it give me this error.
XML or text declaration not at start of entity
https://phperbb34.jp/remote.php?w=getdat...
The code shown is what I receive from a cfhttp to a web service. How can I read this and get the individual elements in coldfusion 8?
How to convert an OFX file in a XML file, that I can use C# XML functions?!
I tried to add a XML header to OFX, but it did not work.
I'm trying to create an XmlLog component in .net - something like described here: http://msdn.microsoft.com/en-us/library/aa302289.aspx
This log consists of a well-formed file that referenc...
Can someone help me in writing xml data in the following format comming from a web application to a folder.
I have a XML file that I want to include in another XML file. I found a simple example that doesn't seem to be working. I create the 2 XML files, then when I open "page.xml" in IE or Firefox...
I'm having an issue with special characters being replaced by some different characters in the xml document.
For example is "®" comes out as "®".
XmlDocument document = new Xml...
If you open file "fails.xml" in notepad.exe you will see it has 4 German characters in a line called "narrative".
When I open the same file in c# using streamreader and textreader, the four c...
Hi Experts, I know nothing about How to write XML files and how to retrive the xml data from an XML file and show it in an .aspx page
Here is my task,
I have two pages like Page1.aspx and...
not well-formed
Line 132
Error in ajax response xml.
In the mentioned line-132 the CDATA contains a hyphen. (I need that hyphen. I cant remove it)
I have a sniffer on my network that is identifying a lot of traffic generated by Port 4445. I looked it up to find it is identified as Upnotifyp but, nothing I have found will explain what Upn...
How can i save Mysql database as an XML file using PHP?
It actually needs to be exported by my client so needs to be a kind on submit button on a webpage which then saves the xml file.
I have some code that connects to a database and returns xml. The code returns this xml:
------------------------------------------------------------------------------------------
<?xml v...
So, I have a colleague who is looking to pass values to my website via XML. I need to be pointed in the right direction here. When he needs to pass data to my site, he will call upon a page ...
hi all,
I'm trying a xml dtd example and I changed some lines (entitiy names) expecting errors but no good can any one tell me why
please help me to modify the code so that it's senstive to...
Hi,
I want to merge two xml file in one new xml.
Please find below the xml format and the new xml requiremnet.
How can i achive it using XSLt/Java.
please help.
Thanks and Regards
P...
It seems like DOMDocument's schemaValidate() method does ignores the ID and IDREFS, while XMLSpy doesn't.
Example invalid:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<author id="r...
I am looking for a servelet or a javascript that can take an xml file and an xsd and a xsl file....and then convert it to a pdf.
Do you have some example that I can use and see how it is do...