encoding issue, extended character required
Tue, 29 Apr 2008 12:50:04 -0700 (PDT)
I have a byte array, rspArray, that represents an XML document. The
first 38 bytes are
<?xml version="1.0" encoding="UTF-8"?>
60 63 120 109 108 32 118 101 114 115 105 111 110 61 34 49 46 48 34 32
101 110 99 111 100 105 110 103 61 34 85 84 70 45 56 34 63 62
If it really is UTF-8, shouldn't there be a BOM? ...
|
XML to ADO Recordset and Back Again
Mon, 28 Apr 2008 14:17:22 -0700
I have a VB6 program that uses a global XML document as it's data store. I
want to convert that XML document to an ADO recordset using ADO 2.7, sort
and filter it, then convert that recordset *back* to an XML document.
My problem occurs when I first open the XML document; the resulting ADO
recordset only ha ...
|
Multiple selection enumeration?
Wed, 23 Apr 2008 15:48:01 -0700
I need to create a schema that includes the possible ethnicity choices that a
person could claim. I thought enumeration would be good, but they have to be
able to make multiple selections from the list.
What is the best structure for an Ethnicity object that permits multiple
choices, but doesn't feel like h ...
|
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' ...
|