Here's my idea. I want to create an outliner tool. I'm gonna write it in VB 6. XML looks like a great place to start. I'm planning on using XML to be the source documents of the outliner tool.
Now, I'm gonna have several different "types" of outlines. The types will all descend from a common type. I'm hoping to inherit the properties of the common type to serve as the basis for the other more speciallized types.
Sounds like a good job for xmlArchitect, doesn't it? Yeah, I thought so too. Um, lessee - I know squat about XML and even less about XML Schemas. My plan is to use MSXML to load and process the nature outlines of XML.
I'm thinking that my XML docs better validate against a schema. This way, I can check that first before I bother troubleshooting problems.
Where am I going with this?
