I need help creating a script to pull specific data from a MS SharePoint list when requested via HTTP (Msxml2.ServerXMLHTTP).
I do not think I can use owssvr.dll directly, because the list ...
I have an xml file like this:
<classes>
<class id="idX" symbol="X">
<title>Title of X</title>
<class id="idXA" symbol="XA">
<title>Title of XA</title>
<class id="id...
I am using XSL-fo to convert XML to PDF (using FOP for the same). Please tell me how to do the conversion for RTF. Do XSL-fo and FOP work for that as well?
Thanks
I am storing my application's strings in an XML file.
I want to be able to put an apostrophe in my strings.
Is there a combination of characters that converts into an apostrophe?
does anyone know how I could get mime magic to work on my linux server, im trying to detect the type of file sent to me as a result from posting XML, as of now , they are sending me html, or x...
I am trying to insert new nodes into an xml data island using script. When I call the createNode method, I get the following message: Reference to undeclared namespace prefix: 'z'. I was ho...
I've noticed that using an import statement that references a document on the internet through URI makes a local copy of the referenced document.
Is this the same behavior if I were to use ...
Hi,,
Can any one help me in solving this.
I created xml data in one asp page. I want to send the data to another asp page using "Post" Method. Can any one help me in this.
Here is the...
consider the XML listed below where there CAN be multiple occurances of "doc:CitationDocument"
I have a vb program where the xmldocument is loaded name
spaces have been added
nsm...
For my webapplication I need to develop an interface with an external
organisation, based on XMLHTTP messaging.
Depending on the specific purpose of the communication, this external
organ...
Hi guys, I have the following code in a sample project.
//////////////////////etc
HRESULT hr = domPtr.CreateInstance(_T("msxml2.domdocument"));
VARIANT_BOOL suc...
Hi experts,
I have a problem.
I am trying to convert a sum into a currency with no avail.
The sum function obtains all the elements in the XML called @total, the data for total is a num...
Hi
Please tell mehow to append the following.I am quite new.
If possible, please paste a full code for me. I hope you can use some standard method like DOM or DOM4j.
<?xml version="1.0"...
I am using the DOM APIs to do some parsing, but at some point I need to reference the path of the node. Is there any way that if I have a node (in Java), I can find the XPath relative to the ...
I am receiving an XML stream from a third party via raw socket connection.
I coded-up the socket service that receives the XML in C# fine, and I can successfully get the data from the vendo...
Hi,
I am looking for a xml to xml mapping tool which will generate me a XSLT style sheet.
What will be a best software out there?? MapForce, Stylus Studio...etc??
I would like to find out...
i am trying to form a svg with xsl and in the process, i need the xsl to generate many whitespaces. i am using what i am always using but for some reasons it isn't working this time. this is w...
Hi,
I get the following error while I am trying to write a XML file to word document and I am not sure what to do with it.
The 'XmlReaderSettings.ProhibitDtd' property is read only and can...
How do I get data from cookies in XML ?
I have a code in java script and I want to write the same in xml. Can I use the same code ?
<script>
function getCookieVal (offset) {
var ends...
I need to take a sql table, and dump all of its contents into an xml file. Can someone show me how to do this? Is there an instance where we use xml serialization? If not, when would I use xml...
Hi;
I was wondering if anyone out there has an easy to follow guide on how to render a report delivered using MS SQL Reporting Services into a word document?
Thanks in advance
MM
Say you have XML in a SIP message body like....
<?xml version="1" encoding="UTF-16" ?>
<a>the xml</a>
...and the SIP message body is encoded as UTF-8 (standard SIP message body per RFC ...
Hi, i have been running an on line survey hosted on www.polldaddy.com and have exported the results to an xml file. i would like to present the results on our Intranet.
looking through vario...
Hello,
Ive programmed in ASP for years but never really got my head around the whole XML thing. I understand its just text but working with it in asp seems complex to me and I never got th...
I'm using the DTD editor which is integrated in Eclipse 3.4.1 and I stumbled over a DTD in our system which Eclipse doesn't accept (But which seems to work in the system where it is used). I'm...