[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Schema development for information design & authoring
----- Original Message From: "Eric Bréchemier" ----- > On Jan 9, 2008 1:13 PM, Khaled Aly wrote: > > I'm wondering about the business case magnitude/significance of schema > > development for purpose of information development & design, > > documentation, > > and content management. > > Schemas have many usages, but based on my own experience, few > programmers define their own for the custom data they create. That likely depends on the sorts of tools you have to hand. We build an XML C++ databinding tool (converts an XML schema into C++ code that can read corresponding XML instances) and it's very easy for us to write a schema, and then generate the corresponding code. We end up doing this for even the most trivial XML documents just because it's easy! Even if you don't use data binding tools, defining your own schema is a good way to document your data, and you can use it in other types of validating parser to handle some of the tedious data checking (validation) work. So, just because you may be the only one to use the schema, doesn't mean it's not worth creating. HTH, Pete Cordell Codalogic Visit http://www.codalogic.com/lmx/ for XML C++ data binding
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|