I'm just starting on XML, for purposes of learning how to do some projects with ASP later. There is a specific project I want to do with ASP, and I am working on learning my way up on how to do it. But anyway...
When creating an XML document, how do you approach the process of doing so? Normally when I did a JavaScript or large HTML project, I would create a flow chart and go from there. But there seems to be so many little things with XML. Do I start with definig the XML page visually, and create a schema. Or do I work on the form validation, and create the DTD first? Or should I just start with the XML, and then do the schema and DTD accordingly after it is finished?
They all seem so damn interwoven, and I'm not quite sure. So people that use XML, what would you suggest?
EDIT: I'm doing all of this in notepad, as I prefer to learn the language before using a WYSIWYG editor.
EDIT: Another question. In the code from w3schools, in what instances would you do example ver A vs ver B?
When creating an XML document, how do you approach the process of doing so? Normally when I did a JavaScript or large HTML project, I would create a flow chart and go from there. But there seems to be so many little things with XML. Do I start with definig the XML page visually, and create a schema. Or do I work on the form validation, and create the DTD first? Or should I just start with the XML, and then do the schema and DTD accordingly after it is finished?
They all seem so damn interwoven, and I'm not quite sure. So people that use XML, what would you suggest?
EDIT: I'm doing all of this in notepad, as I prefer to learn the language before using a WYSIWYG editor.
EDIT: Another question. In the code from w3schools, in what instances would you do example ver A vs ver B?