/Michael Glavassevich/:
This feature [1] has been busted for so long I sometimes wonder if it was
ever implemented in any version of Xerces 2.x. I once looked back through
the CVS history and couldn't find any evidence that it existed anywhere
but Xerces 1.x. I've forgotten what file (or what
/Bjarke Buur Mortensen/:
I have two element declarations (a local and a top-level) looking like
this (one is a ref to the other):
date
...
dateref
...
Note, you have only a top-level declaration, the /> is just a con
Hi Michael,
thanks for your quick reply. This sounds good - but isn't that the API, which
caches every XPath result? I am not sure, but in the beginning I was using an
API which consumed so much memory because of many xpath evaluations. After a
bit googling I found out that this behaviour is be
[EMAIL PROTECTED] wrote on 10/07/2005 08:54:11 AM:
> Hi Michael,
>
> thanks for your quick reply. This sounds good - but isn't that the
> API, which caches every XPath result?
That may be the behaviour of a particular implementation but it isn't a
characteristic of the API. You could ask abou
According to the XML spec, Element names are not allowed to start
with "XML" (or any case variation thereof), yet when I call
XML11Char.isXML11ValidName(String) with "xml" as an argument, the
method returns true where I would have expected it to return false. I
updated to 2.7.1 and got the