MSXML2.XMLHTTP usable under asynchronous pluggable protocol?
Wed, 23 Apr 2008 12:24:42 +0800
Hi,
I'm working on a project that uses asynchronous pluggable protocol (APP) to
display data. One of the features require us to POST a javascript-generated
xml to our protocol://handler/ . So we tried putting the following
javascript:
var r = new XMLHttpRequest;
r.open("POST", "/handler/test/", false);
...
|
Need information abount XML file
Mon, 21 Apr 2008 19:48:01 -0700
Hello.
I'm trying to define what i have in an xml file shown below.
I can see that it starts out with a root element named
"TripExportDataObject" with an attribute of a URI.
Inside that we have Element:Trip and child elements including an
Element:TripData.
I don't understand what is inside TripData. ...
|
Is XPATH only applied to select property ?
Mon, 21 Apr 2008 11:17:01 -0700
Hi all,
Can I apply XPATH to match property? I know I can apply some filtering to a
match property such as in <xsl:template match="state[flower]">, is it a part
of XPATH or something else ?
Clara
--
thank you so much for your help ...
|
how to make a "Function" in XSLT
Mon, 21 Apr 2008 10:13:02 -0700
Hi all,
My xslt will make a different bakcolor to some some output elements
according to an <restaurnat>order in an XML, whether it is odd number or it
is even number, here is my xml file outline
<restaurants>
<restaurant>
....
</restaurant>
...
<restaurant>
...
</rest ...
|
How to use a root node in XSLT?
Mon, 21 Apr 2008 09:13:01 -0700
Hi all,
I know XSLT can extract data from a XML file, and provide us a way to format
the output, but what is the role of a root node in the whole story?
Clara
--
thank you so much for your help ...
|
help needed with namespace and clonenode
Fri, 18 Apr 2008 18:35:00 +0200
Hi,
I need a bit of help preventing empty namespaces littering my xml
output.
The goal of the routine is to concatenate seperate xml-files (or rather
parts of) into one.
With CloneNode, copying node from the input xml-file to an output is
easy. But empty xmlns-tags are added. These I need to avoid.
I ...
|
help needed with namespace and clonenode
Fri, 18 Apr 2008 18:20:30 +0200
Hi,
I need a bit of help preventing empty namespaces littering my xml
output.
The goal of the routine is to concatenate seperate xml-files (or rather
parts of) into one.
With CloneNode, copying node from the input xml-file to an output is
easy. But empty xmlns-tags are added. These I need to avoid
I' ...
|
|
|
Attribute or Element?
Wed, 16 Apr 2008 08:54:42 +0200
Hi,
I'm working with creating a XML Schema. I almost directly became uncertain
wheter/when to use attributes and when to use elements. Which is best:
this:
<person>
<name>adam</name>
<other stuff>
...
</person>
or this:
<person name="adam">
<other stuff>
...
</person>
A ...
|
Visual C++ 2003, SAX development
Tue, 15 Apr 2008 22:32:45 +0100
Hi
I am trying to do straight Win32, COM development (no .NET) using SAX
interface.
I keep seeing references to MS XML 3.0 SDK, MS XML 4.0 when I have MS XML
6.0 installed
Where can I get MS XML 6.0 SDK?
What I am after is a bare bones
SAXXMLReader application
MXXMLWriter application
Here mentions ...
|
Visual C++ 2003, SAX development
Tue, 15 Apr 2008 22:12:15 +0100
Hi
I am trying to do straight Win32, COM development (no .NET) using SAX
interface.
I keep seeing references to MS XML 3.0 SDK, MS XML 4.0 when I have MS XML
6.0 installed
Where can I get MS XML 6.0 SDK?
What I am after is a bare bones
SAXXMLReader application
MXXMLWriter application
Here mentio ...
|