 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
jsp Guest
|
Posted: Fri Feb 23, 2007 1:59 am Post subject: load arbitrary xml into clientdataset |
|
|
I'm beggining to use XML and found a problem. I have several XML files I need to load into a clientdataset. The structure is:
<rowset>
<row>
<field>
</field>
</row>
</rowset>
but the fields change each time, so I cn´t use a transformation file. I need the equivalent of xml mapper => select all fields => create datapacket.
Is there any way I can do that? |
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Fri Feb 23, 2007 2:23 am Post subject: Re: load arbitrary xml into clientdataset |
|
|
Use the SMImport suite.
Check the DEMOS\CreateTable\XML directory with sample project where I shown
how to solve the same task
--
With best regards, Mike Shkolnik
Scalabium Software
http://www.scalabium.com
mshkolnik (AT) scalabium (DOT) com
"jsp" <jsp (AT) nospam (DOT) com> wrote in message
news:45ddf638$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
I'm beggining to use XML and found a problem. I have several XML files I
need to load into a clientdataset. The structure is:
rowset
row
field
/field
/row
/rowset
but the fields change each time, so I cn´t use a transformation file. I
need the equivalent of xml mapper => select all fields => create |
datapacket.
| Quote: |
Is there any way I can do that? |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|