• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Very simple XML question

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
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?


 
Back
Top