Click here to Skip to main content
16,006,440 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionGet child nodes of certain element?? Pin
Jack78917-May-04 19:27
Jack78917-May-04 19:27 
AnswerRe: Get child nodes of certain element?? Pin
Wilbur J. Pereira17-May-04 19:52
Wilbur J. Pereira17-May-04 19:52 
GeneralRe: Get child nodes of certain element?? Pin
Jack78917-May-04 20:19
Jack78917-May-04 20:19 
GeneralRe: Get child nodes of certain element?? Pin
Philip Fitzsimons18-May-04 3:05
Philip Fitzsimons18-May-04 3:05 
GeneralRe: Get child nodes of certain element?? Pin
Wilbur J. Pereira18-May-04 19:40
Wilbur J. Pereira18-May-04 19:40 
GeneralRe: Get child nodes of certain element?? Pin
Jack78918-May-04 21:41
Jack78918-May-04 21:41 
GeneralRe: Get child nodes of certain element?? Pin
Ghazi Malik21-May-04 6:04
Ghazi Malik21-May-04 6:04 
QuestionHow to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 4:25
Michigan185417-May-04 4:25 
How to build a DataBase of data types (int, char, struct, …)?

I would like to build an ACCESS DataBase, containing information about all the data types we use.

For example:

Suppose, we have the following C/C++ code;

typedef char ARRAY_8_BYTES[8];

struct Foo1
{
int a[20];
int b;
ARRAY_8_BYTES a6;
char a[8];
};

struct Foo2
{
Foo1 foo1;
Foo1 *pFoo1;
char c[12];
};

Ideally, I’d like to have an ACCESS DataBase, containing data about the Foo1, Foo2 structures. So, I would be able to build a program, which uses this data base and (for instance) generates automatically the C code structure definitions above.

The questions I ask myself are:

1) How to organize data which is hierarchical by nature using a relational
data base such as ACCESS?
2) Are they better solutions than using ACCESS to solve this kind of
problem?
3) Do you know about other databases or commercial softwares that permit to
do this?
4) Could you please give me either a precise answer or links which can help
me?

Many, many Thanks.


GeneralDynamic Webservice Client Pin
BernardYardley17-May-04 2:29
BernardYardley17-May-04 2:29 
GeneralRe: Dynamic Webservice Client Pin
BernardYardley17-May-04 22:29
BernardYardley17-May-04 22:29 
QuestionInterested in article? Pin
Steve S16-May-04 23:09
Steve S16-May-04 23:09 
GeneralA simple question about MSXML Pin
zengkun12-May-04 18:01
zengkun12-May-04 18:01 
GeneralRe: A simple question about MSXML Pin
Member 64272914-May-04 2:36
Member 64272914-May-04 2:36 
GeneralRe: A simple question about MSXML Pin
zengkun16-May-04 20:16
zengkun16-May-04 20:16 
GeneralIMG tag, xml xsl newbie question Pin
dmalcom12-May-04 11:26
dmalcom12-May-04 11:26 
GeneralRe: IMG tag, xml xsl newbie question Pin
Member 64272914-May-04 2:37
Member 64272914-May-04 2:37 
QuestionHow to document the structure of a XML-document? Pin
anderslundsgard12-May-04 2:18
anderslundsgard12-May-04 2:18 
AnswerRe: How to document the structure of a XML-document? Pin
Anonymous13-May-04 1:07
Anonymous13-May-04 1:07 
Generaltransforming xml without a xslt file Pin
stendelis11-May-04 10:22
stendelis11-May-04 10:22 
GeneralRe: transforming xml without a xslt file Pin
Tomas Petricek13-May-04 15:27
Tomas Petricek13-May-04 15:27 
GeneralRe: transforming xml without a xslt file Pin
Paul Wolfensberger15-May-04 3:01
Paul Wolfensberger15-May-04 3:01 
QuestionHow to use Amazon Web Services.. Pin
Sumit Kapoor11-May-04 2:49
Sumit Kapoor11-May-04 2:49 
AnswerRe: How to use Amazon Web Services.. Pin
Colin Angus Mackay11-May-04 2:59
Colin Angus Mackay11-May-04 2:59 
GeneralRe: How to use Amazon Web Services.. Pin
Paul Wolfensberger15-May-04 3:06
Paul Wolfensberger15-May-04 3:06 
GeneralRe: How to use Amazon Web Services.. Pin
Colin Angus Mackay15-May-04 4:47
Colin Angus Mackay15-May-04 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.