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...
I don't have a lot of experience in XML, but I do have good experience in .NET and SQL Server. I have a map application that uses an XML file as its datasource. I want to build a front-end for...
Simple Question, but need it quickly. My server application receives an xml string which I am trying
to read using XmlTextReader. I am having a problem getting it to recognize an attribute...
http://www.experts-exchange.com/jsp/qManageQuestion.jsp?qid=20251346
Please answer the question at above URl for 100 Points
I have xml file in which i want to edit or add or delete the nod...
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...
When I try to open the XML file I created, get the following error message
Whitespace is not allowed at this location. Error processing resource 'file:///C:/Inetpub/wwwroot/WebApp/Documents...
My web.config has the following entry. At runtime, how can I read the key value for requireSSL from code?
<authentication mode="Forms">
<forms loginUrl=...
My XML is as follows:
<?xml version="1.0"?>
<MEETINGS>
<MEETING TYPE="ATTENDANCE">
<PERSON NAME="Bob" />
<PERSON NAME="Marry" />
<PERSON NAME="Steph...
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="...
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...
We are getting news items from an outside vendor. They give me the path to the proper xml files for each article. I have finish my function that goes and load the xml file from their site, but...
I'm getting "ActiveXObject is not defined" error message.
Here's my code:
<script language="Javascript">
function loadXML() {
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
...
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.
I have some xml that s not validating. It returns the following error:
Cannot find the declaration of element 'soap:Envelope'
I've tried stripping out all the xml I can and it still retu...
Here is my situation:
I need to import an Amazon XML file into SQL Server 2000 using SQLXMLBulkLoad 3.0. I have created the schema file and it doesn't work. Here is the XML:
----------...
Hello guys!
HOWTO replace newline to <BR> with XSL.
I get my text from VB form, store in database.
Later I'd like to show the stored text with Browser.
I get te text with ADO, build a ...
Hi,
I'm trying to write a Delphi Application that parses some xml data from a remote webserver. The structure of the xml data obtained from the remote source is as follows.
What is the sim...
I am trying to collect some XML interview questions for hiring Mainframe developer who will write CICS transactions to collect/send XML data.
Dear All
Win XP Pro w/SP2
Are complete different, nothing in common?
What in your Add/Remove Microsoft Core XML Services (MSXML) 6.0 shows ?
Thanks in advance for any information you c...
Hi
I got this xml script which I use in an activex vbscript on my ms sql server.
set xml = CreateObject("Msxml2.DomDocument")
xml.async = false
xml.SetProperty "ServerHTTPReque...
I have .net C# Test Harness consuming a new WebService I wrote. I am getting "The remote server returned an error : (500) Internal Server Error" when it executes
WebResponse webResponse...
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.
...
What is WRONG with this?!?
I have installed XML code that pulls data properly when run on my local desktop, but when I run it on the web server, I'm gettting that error.
Could we need t...
Hi,
I wonder how I encode a forward slash in xml.
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Colors>
<Color>black/white</Color>
</Colors>
Thanks in advance!
On the remote server, there is a form that requests the license number, licensee name, and domain name. This form, when accessed directly just searches the database for info and returns the re...