Re: sysinst split project - The Configuration File
Thor Lancelot Simon <[email protected]>
| Newsgroups | gmane.os.netbsd.current,gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Dec 14, 2009 at 10:25:47PM -0800, Jason Thorpe wrote: > > Of course, that is only one way to use XML. That could be written in a > fashion somewhat easier on the eyes if your schema is designed for it: > > <thing> > <element-list> > <element value="1"/> > <element value="2"/> [...] I'm not persuaded it's any easier on the brain. You still have to do semantic processing just to pick out what the token values are. Thor