[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug?
Wolfgang.Kleinertz at epost.de wrote:
>
> Hi!
>
> A bug or only a misunderstanding?
>
> File: ClientQoS
>
> public void endElement(String uri, String localName, String name) {
> ...
> if(name.equalsIgnoreCase("PtP")) {
> ...
> }
>
> ClientQoS.dtd doesn't know an element "PtP", but "noPtP" has been defined
"PtP" is correct, the dtd is outdated, i have fixed the dtd.
We changed this to
<PtP>true</PtP>
because using 'negative' names is
a bad idea.
thanks for reporting,
Marcel
> ...
>
> Ciao,
> Wolfgang Kleinertz
>
> ________________________________________
> www.epost.de - kostenlose eMail mit der Deutschen Post.
--
Marcel Ruff
mailto:ruff at swand.lake.de
http://www.lake.de/home/lake/swand/
http://www.xmlBlaster.org
- References:
- Bug?
- From: Wolfgang.Kleinertz at epost.de