| Author |
.dtd files used in .tld files
|
Jian Yi
Ranch Hand
Joined: Feb 01, 2002
Posts: 127
|
|
Hi all, We used external references of .dtd files in .tld files. The external references are like java.sun.com, or jarkata site. It's not a good practice. I know that we can point those .dtd files to our internal site. But I'm just wondering if there is a way to config this so that .dtd files are not necessary. Thanks, Jenny
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
According to Jakarta, "You will need to explicitly reference the external DOCTYPE because of a recent change to call the validating parser" Of course, you can always copy the files and reference them locally as you are doing. I don't understand why "it's not a good practice" unless you are afraid of the sun.com server crashing. You can probably leave out the "external" reference from your DOCTYPE if .dtds are just waaaaaay too inconvenient :roll: but that whole validating parser dealio that Jakarta talks about might be pretty important. I think it would not be a good practice to leave them out of the picture.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: .dtd files used in .tld files
|
|
|