[
Lists Home |
Date Index |
Thread Index
]
> -----Original Message-----
> From: Tyler Close [mailto:tyler@waterken.com]
> Sent: Friday, October 24, 2003 10:49 AM
> To: Rich Salz
> Cc: xml-dev@lists.xml.org
> 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.
|