Converting XML data dump to SQL
Wed, 25 Jun 2008 17:02:59 -0700 (PDT)
Forgive me if this is a naive message or treated elsewhere. I have a
broad undersanding of XML concepts, but am pretty shallow when it
comes to details.
I have an XML data dump of a products database. I would like to create
a relational database from it (e.g., in MySQL, MS SQL Server 2000 or
2005, or even A ...
|
How to call another transform xsl from inside the current transform?
Wed, 25 Jun 2008 14:36:17 -0500
Hi all,
I'm transforming an xml document into another xml by using a xsl
transformation by using
<xsl:value-of select="root/@someAttrib" />.
My problem arises when one of the values I'm inserting in the new document
should be obtained from another xslt transformation defined in another
(third) file. How c ...
|
Collecting data in each line
Wed, 25 Jun 2008 09:47:51 -0700 (PDT)
I need to collect data csv:field[4] for each line groubing by
csv:field[1]
<csv:line>
<csv:field>48</csv:field>
<csv:field>20</csv:field>
<csv:field>6</csv:field>
<csv:field>6430</csv:field>
</csv:line>
<csv:line>
<csv:field>23</csv:field>
<csv:field>18</csv:field>
<csv:field>5</csv:fiel ...
|
problem when decrypting XML - Unable to retrieve the decryption key
Thu, 26 Jun 2008 00:33:17 +0800
When decrypt the xml, output "Unable to retrieve the decryption key."
Can anyone help me solve the problem?
I got the code from http://msdn.microsoft.com/en-us/library/ms229746.aspx
using System;
using System.Xml;
using System.Security.Cryptography;
using System.Security.Cryptography.Xml;
class Progra ...
|
creating an xml word document.
Tue, 24 Jun 2008 03:51:10 -0700 (PDT)
I have a database on a website and was wondering if I could create a
script to format it in xml so that the downloaded version could be
displayed in a word document. That is the easy bit. The hard bit is I
don't know what formatting would look like. Is there a way to see what
a word document would look like in x ...
|
Listbox, XML and XSLT
Mon, 23 Jun 2008 11:30:10 -0700 (PDT)
Hello,
I have a listbox in which I would like to load transformed XML data.
Say I have an XML file that contains information about persons:
<root>
<person enabled="yes">
<name>Jesse Hiemstra</name>
<address>Stellingmûne 110</address>
</person>
<person enabled="no">
<name>Sjoukje Kingma</name> ...
|
xml formatting
Sun, 22 Jun 2008 00:18:51 +0200
Hello,
how can I save formatted xmldom without inserting text-nodes?
I mean, when I create xml tree via
srcxml.transformNodeToObject(xslt, dstxml)
where the xslt contains
<xsl:output method="xml" indent="yes" />
and save the result
dstxml.save(path)
then the resulting xml file is ...
|
|
|
"DHI MIKE ZERO V2007"
Fri, 20 Jun 2008 10:17:11 -0700
I need the "DHI MIKE ZERO V2007" soft. Please help. ...
|
IE7 Subscribed RSS Feed not showing properly compared to unsubscribed
Thu, 19 Jun 2008 09:09:23 -0700 (PDT)
Here?s my problem. So I?ve created and XML file for an RSS feed for a
site. I go to the XML page and in IE7 it shows all of the feeds that
I?ve put into the XML file. Now when I ?subscribe? to the feed, it
only shows a few of them. For each item, it gets it?s own pubdate and
they are all different and in chronol ...
|
Etap 5.5.6 - Eleazar Borges
Wed, 18 Jun 2008 12:18:18 -0700
Hi Eleazar, if you have acces to full version of ETAP 5.5.6 in this link below is an application which could be used to provide a file by the use of the dump file, some guy said he needs the dump from the dongle and the activation key so He can make an emulator,
Here is the explanation:
Download the tool uploade ...
|