Hello,
I want to use php to create an xml file. I've attached a sample xml file below.
Basically, I want to print to an xml file instead of printing to the screen, like:
<?php
echo '...
I am a newbie to XML and XSLT.
I would like to take an XML file and generate a scaled down version of the original XML file.
I would like to do the following:
add new tags with valu...
I am converting xml to csv format using xsl.
All the output looks fine, except that in the very first column of the csv file, there is these characters: "  " appended in front of the te...
why after i parse my xmldoc with an xslt I get on my result document this <?xml version=\"1.0\" encoding=\"utf-16\"?> and the xmlns:asp namespace all over the place? how do you remove it?
When sending the SOAP request initially, it returns an HTTP error: could not post file ' ' on server ' ' (500)
System.Web.Services.Protocols.SoapException: Server was unable to process requ...
I have a Scheduled Task that runs a XML file that P2Vs a server each night, what Im trying to accomplish to have something in the XML file so when it completes it will email me with somethin...
dear all,
I use :
select * from [table] for xml auto
but result exclusive the fields that contains null values.
How to force it consider it?
According to the msxml documentation there is a method of the ServerXMLHTTP interface setOption which can be used to set codepage for the request. Has anybody used this successfully who can gi...
Here's a sample of my XML. I want to process only records that were inserted in the last 30 days
<records>
<record>
<primaryId>12345</primaryId>
<description>blablabla</de...
I am getting an "Invalid procedure call" on the line that does the xmlDoc.load(strURL).
I am passing in the URL via a querystring like : myasp.asp?url=http://test.com/myfile.xml. If I put in...
My problem is a simple one, but the solution is a bit harder. I have an existing XSLT file and it contains a template. Well, most stylesheets have them anyways so that's nothing special. Howev...
In one of my table cells the text is exceeding the block width and I need to wrap the text. But I was not successful
after using wrap-option="wrap" in <fo:block> and <fo:inline> ?? (FOP su...
Using MSIE 6.0; WinXP SP1; MSXML3 (3/19/04)
I am trying to display an xml page with an imbedded style sheet. Meaning with the statements:
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-...
Hi - does anyone know how/where to access a data feed for weather in Canada? What I want to do is find a web service where my developers can access the data and use it to code a little weather...
Here is an example of a Rate Request I am sending to UPS- it keeps coming back telling me that the rate cannot be calulcated for this (a Canadian) ship-to address/zip code.
Is there somethi...
I'm working with an XML API, which often returns blank tags. For example, if there is a full-desc, it returns
<full-desc>blah blah blah blah blah.</full-desc>
But if it's empty it spits ...
This is throwing me an error. In xmlspy the xpath works and give me the right value but in vb.net I get this error message:
An unhandled exception of type 'System.Runtime.InteropServices.C...
What is the difference between call-template and apply-template ?
I am trying to handle special characters when I am building the XML file by using a REPLACE in my database query to replace the "&" with "&" as seen below...
LEFT(REPLACE(REPLACE(REPLAC...
Hello Experts;
Trying to learn XML and working on creating a multi-level grouping. I have read all I can find on the Muenchian Method and think I understand a single level grouping. Howev...
in my page i use xml to proceed an url and the results which url gives me i stored them in an array....i use microsoft sql server ,and asp..
below is my code and the error which gives me..
...
I am writing in VB.NET and working with an ADO.NET dataset.
In most cases I can use the dataSet.WriteXML method to backup my dataset as an xml file. But for the most part I don't want to h...
Hi,
I'm wondering what characters require conversion in order to not break the parser? As far as I know this is only:
>
<
/
Please confirm this.
Also, do quotes have to be conver...
how do i come out of <xsl:for-each>
Hello friends,
The following is a portion of my XSLT:
<?xml version="1.0"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/20...