View Full Version : help please
tmwbbr
10-30-2002, 12:27 PM
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
brothercake
10-30-2002, 03:15 PM
A great place to start is w3 schools - http://www.w3schools.com
tmwbbr
10-30-2002, 08:58 PM
Thanks brothercake,
Ive got started form the website u suggested,:)
I have another question for you, can you use your own DTD with XHTML as well as the one u have to use?
Any ideas?
Thanx
brothercake
10-31-2002, 09:53 AM
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.
mpjbrennan
10-31-2002, 10:03 AM
One of the strongest features of xml Schema is that you can define the data types of your elements - not possible with DTD where everything is PCDATA.
patrick
brothercake
10-31-2002, 01:29 PM
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.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.