Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #202
| From | Dee Earley <dee.earley@icode.co.uk> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: nested tables |
| Date | 2011-05-31 10:46 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <is2ddm$4l0$1@speranza.aioe.org> (permalink) |
| References | <8b960fad-7ea2-4092-9207-bd6ce0ed8db0@v10g2000yqn.googlegroups.com> |
On 30/05/2011 17:45, i.code wrote: > I am trying to create a xml file with a nested table using VB. I can > do it with a single table but I need to be able to do it with multiple > tables to meet a specific requirement. > <snip> I assume by "nested tables" you actually mean the nested elements from your example? XML itself has no concept of tables and is entirely down to the schema to define the structure. kml is not a database schema Why not just use a standard XML library like MS XML? -- Dee Earley (dee.earley@icode.co.uk) i-Catcher Development Team http://www.icode.co.uk/icatcher/ iCode Systems (Replies direct to my email address will be ignored. Please reply to the group.)
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar
nested tables "i.code" <ian.johnstone@gmail.com> - 2011-05-30 09:45 -0700 Re: nested tables Dee Earley <dee.earley@icode.co.uk> - 2011-05-31 10:46 +0100 Re: nested tables "Nobody" <nobody@nobody.com> - 2011-05-31 07:47 -0400
csiph-web