posted 21 years ago
Hi all,
Is there a typing mistake on Chapter 16 of SCWCD Study Kit (by Deshmukh, Malavia) on page 300. Its about TLD files.
It says:
"First, a tag library descriptor file, like all XML files, starts with the line <?xml version="1.0" encoding="ISO-8859-1">, which specifies the version of XML and the character set that the file is using. "
Shouldn't there be an extra ? at the end before >
like this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
I get xml parsing error when setting up my tld file.
thx,
geoff.