Posted
about 1 month
ago
by
Mukul Gandhi
elharo When we migrated Xerces-J code base to github, we also migrated src code of xml-resolver as well to github. Xerces-J xml-resolver's code on github is located here, https://github.com/apache/xerces-j/tree/xml-commons-resolver (this code repos Read more
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
getNodeValue on a Node.TEXT type of node truncates the returned value
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
Processing instruction cannot precede doctype
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
Code is busted by design: {{ /** Comments and PIs cannot be serialized before the root element,
because the root element serializes the document type, which
generally comes first. Instead, such PIs and comments are
accumulated inside a
Read more
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
Call to API "getElementDecl" throws RuntimeException
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
Hi there, when running the code: {{ StringWriter writer = new StringWriter(); XMLSerializer serializer = new XMLSerializer(writer, null); serializer.setNamespaces(true); serializer.startDocument(); AttributesImpl attrs = new Read more
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
It looks like the Apache Xerces Project has not published a binary release for xml-resolver. Possibly https://search.maven.org/artifact/xml-resolver/xml-resolver/1.2/jar comes from us, but I don't know. The source code is in svn: https://svn.apache.org/viewvc/xerces/xml-commons/trunk/java/src/org/apache/xml/resolver/ Read more
|
Posted
about 1 month
ago
by
Elliotte Rusty Harold
Not having License.txt in xml-resolver-1.1.jar
|
Posted
about 1 month
ago
by
Michael Glavassevich
Also, publishing to Maven has never been part of any release process. What you find in repositories has generally been put there by individuals that aren't members of this project. The distributions published by the Xerces PMC are zip files and are Read more
|
Posted
about 1 month
ago
by
VIVEK BIBHUTI
Hi, We are using xml-resolver-1.1.jar in our project. One of our customer has reported that this jar doesn't contains License.txt file and raised as a critical vulnerability by their IQ scan (Sonatype). We explained that the MANIFEST.MF has a link Read more
|