Hi,
I have an XML file and I want to put a 'carriage return', 'return' whatever you want to call it in a field of text. I have something like:
My name is Bob. I am ten years old.
...
Is it possible to pass a parameter from a URL to an XSL stylesheet via an XML file?
For example:
URL = "xmlfile.xml?paramvalue=datavalue"
and the XML file references the stylesheet "x...
Hi All,
Our application require data in XML format from our clients. The XML files that our client sent may have speical characters ( for example & ) used without any escape sequence. Our c...
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 ...
Hi.
I'm trying to read an xml file and replace a specific element data by using attribute id.
that's the xml structure:
<simpleviewerGallery>
<image id="4">
<filename>ani4.swf</filena...
Hi, I know C#, but not VB.
How do I create the equivalent C# script for this VB Syntax?
Set xml Server.CreateObject("MSXML2.ServerXMLHTTP")
Thanks
complete function is here. but I...
I am trying to get my credit card account info into Excel. The problem is i can only download the data in OFX, QBO, and QIF file formats. Anyone know how can get the data into Excel. I have be...
Hello ,
I have a base 64 encoded stream of PDF file coming in as an element in the XML.I want to read the value of the element(The incoming stream), and then decode and save it as PDF.
Pleas...
I'm using MSXML 2.0 to manipulate XML/XSLT files in my ASP code. I'm running the following code:
Set ObjXSLTemplate = CreateObject("Msxml2.XSLTemplate.4.0")
Set ObjXSLDoc = CreateObject("M...
Please excuse my ignorance, but I am new to XML. I am trying to design a selling app using the eBay API, ASP, and XML. I downloaded some sample code which is supposed to work out of the box,...
I need to format the date in an XML Response. It is returned in the following format YYYYMMDD, and I'd like to have it display as MM/DD/YYYY.
I have the following code in place in the XSL f...
Hello
I have just start working with XSLT files and make a sample XSLT file. With following code fo "helloworld.xslt"
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="...
I am trying to 'trim' the value of an element to 256 characters, something like:
<xsl:value-of select="trim(., '256')"/>
I just can't remember what the function is called...
Thanks.
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="...
Hi,
I am trying to sum up a value using a published algorithm. The algoritm seems to get the correct value, but I cannot seem to format the value without getting NaN. Could anyone help.
...
Hi, counter and counter-increment don't seem to pass in my parser. Are there any workarounds to do what I'm doing here (as in using a "while" loop), without the "counter" tag?
Here is the c...
I am using ASP and Microsoft XML Parser to create XML and CSV files from ADO recordset. It works fine but everything is written to one line in the document. I do the same and create a HTML usi...
This is continued from another question:
http://www.experts-exchange.com/Web/Web_Languages/XML/Q_20931704.html#11007196
I'm trying to post xml to an asp page, then a response to the .ne...
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've created a page that now sends off a proper request to a SOAP server and gets a response back. The SOAP request is to log into the system. The response has a token code in the XML that I...
I'm trying to figure out the best way to rename an element and all of its children. For example, I would like to prepend or append arbitrary text to distinguish the node (and its children) for...
My data in xml - EffectiveDateTime returned : 2001-11-13T13:32:28.0000000
How to format it in XSLT so that it display 13 Nov 2001,13:32 ?
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:styl...
Hi all,
I am trying to programatically validate an XML file against an XSD schema using J2SE and Xerces. I have been looking around all day but cannot find an actual example which works f...
Hi Experts - I'm trying to understand how to parse XML to HTML using a Javascript function - I am quite new to this.
There are 3 files in the code window.
1. Recipe1.xml
2. Recipe.dtd
3. r...
In client side javscript code, I am trying to use Microsoft.XMLHttp object to get a page, however in IE, it seems that page is being retrieved from cache. I tried setting various requestheade...