Help!
Im a electronic engineering student and am doing a suplimentry xml course, I have little to no experience with xml/internet technologies, i have an assignment that uses xml/xhtml to process job application forms, DTDs,CSS, scripts and j servlets to process the application, can any one help, eg where the hell to start etc, thanks guys
Not as such; but you could write your own markup language - perhaps like xhtml but with variants you like - using xml and dtd.
However, as I understand it, for complex applications DTD is not particularly flexible. Have a look at Schema - I know nothing about it personally, but I understand it is significantly more powerful and flexible.
To clarify though - is writing a markup language actually what you want to do, or are you primarily concerned with how to transform XML into XHTML for use on the web? If that's the case, then you should look as XSL.