598
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 4 years ago by Craig Berry
I encountered the same problem described here trying to load a file into the eXist XML database, which uses Xerces-J to validate input.  With the help of Adam Retter of the eXist project when I reported it to them, I was able to reproduce it by just Read more
Posted about 4 years ago by Elliotte Rusty Harold
XercesJ 2.12.1 missing in maven repositories
Posted about 4 years ago by Thomas Mortagne
For anyone who uses Maven or Ivy, we have published Xerces 2.12.1 artifacts (including XML Schema 1.1 support) to Maven Central - https://search.maven.org/artifact/org.exist-db.thirdparty.xerces/xercesImpl/2.12.1/jar Having Xerces 2.12.1 under a Read more
Posted over 4 years ago by Mukul Gandhi
fyi Adam Retter on xsl-list informed yesterday, For anyone who uses Maven or Ivy, we have published Xerces 2.12.1 artifacts (including XML Schema 1.1 support) to Maven Central - https://search.maven.org/artifact/org.exist-db.thirdparty.xerces/xercesImpl/2.12.1/jar Read more
Posted over 4 years ago by Mukul Gandhi
There are currently following two ways to distribute, deliverables by Apache projects, -> Normal distributions on www.apache.org ... [mukul] This is how Xerces-J has been releasing its builds so far (2.12.1 and earlier ones). -> Maven Distribution Read more
Posted over 4 years ago by Christophe Marchand
Yes, this has been discussed many times. But the problem still exists, and in many organisations, nobody is allowed to upload manually artifacts to enterprise repos. And so, in many organisations, xercesImpl 2.12.1 will not be used, due to it is not Read more
Posted over 4 years ago by Mukul Gandhi
XercesJ 2.12.1 missing in maven repositories
Posted over 4 years ago by Christian Hujer
Version 2.12.1 has been released on 12th of Jan. As of today (17th of Jan), 2.12.1 is seems to not yet be available for users which manage their dependencies via repositories like Maven or Gradle. Checked repositories: https://repo.maven.apache.org/maven2/xerces/xercesImpl/ Read more
Posted over 4 years ago by Vithursa
I have a requirement to generate an XML which should have empty namespace. An example XML should looks like: xmlns:cap="mynamespace">                   xxxx             Read more
Posted over 4 years ago by Vithursa
Hi Elliotte Rusty Harold, xmlns="" is only needed when there's a default namespace in scope and you need to remove it. As you mentioned, my requirement is to add xmlns = "" in order to prevent  default namespace getting added. Let me explain Read more