![]() |
|
|
|
#1 |
|
Do you know of a XML spec that I can use to store user details such as
name, address etc. Thanks, Jacob jacob.tdc@gmail.com |
|
|
|
|
#2 |
|
Posts: n/a
|
In article <. com>,
wrote: >Do you know of a XML spec that I can use to store user details such as >name, address etc. > >Thanks, >Jacob Maybe its overkill, but you could try the ldap-style xml spec: http://www.javaworld.com/javaworld/j...1110-dsml.html If its only for internal use and fairly lightweight, you could make your own. cheers shaun |
|
|
|
#3 |
|
Posts: n/a
|
Hi Jacob,
writes: > Do you know of a XML spec that I can use to store user details such as > name, address etc. You may want to check XML Schema Standard Type Library: http://codesynthesis.com/projects/xsstl/ It defines a number of basic types (e.g,, email address, country code, phone number, etc.) that could be used as elementary building blocks. hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding |
|
|
|
#4 |
|
Posts: n/a
|
|
|
|
|
#5 |
|
Posts: n/a
|
wrote:
> Do you know of a XML spec that I can use to store user details such as > name, address etc. In addition to the other references, see the shared schemas that have been posted at the Oasis website. These are about as close as we come these days to standardized business-data models. They may be overkill for your needs, of course. -- () ASCII Ribbon Campaign | Joe Kesselman /\ Stamp out HTML e-mail! | System architexture and kinetic poetry |
|