Re: Feature 'warn-on-undeclared-elemdef' not recognized

2005-10-07 Thread Stanimir Stamenkov
/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

Re: Behaviour of Schema API's getAnnotation()

2005-10-07 Thread Stanimir Stamenkov
/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

Re: namespaces

2005-10-07 Thread Thomas Barthel
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

Re: namespaces

2005-10-07 Thread Michael Glavassevich
[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

XML Element Names and 'XML'??

2005-10-07 Thread Lauren Bish
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