RE: [xml-dev] syntax, model

From
Dare Obasanjo <>
To
Tyler Close <>, Rich Salz <>
Date
2003-10-24T18:58:52Z
ID
<>
Thread
RE: [xml-dev] syntax, model
> -----Original Message-----
> From: Tyler Close [mailto:] 
> Sent: Friday, October 24, 2003 10:49 AM
> To: Rich Salz
> Cc: 
> Subject: Re: [xml-dev] syntax, model
> 
> My C might be a little rusty, I switched to Java about 7 years ago.
> 
> struct Address {
>     Street street;
>     Country country;
>     PostalCode postal_code;
> }
> 
> What information is required to write the C struct that is 
> not provided by the XML snippet? 

What are the definitions for the Street, Country and PostalCode structs
[or enums]? That is the meat of the question not whether you can create
an Address struct. 

-- 
PITHY WORDS OF WISDOM 
To err is human, to forgive is against department policy.


This posting is provided "AS IS" with no warranties, and confers no
rights.