Hello,
I noticed that since 2.10 Xerces-J will ship and register
implementations for StAX Event classes. I can see that this is a first
step to provide a full StAX Parser/Serializer. But until then I wonder
what can be done with those events?
It currently creates the situation that the default
XM
Hello,
that is interesting, I see targetNamespace in the XML-Schema 1.1 spec
for top level elements and attributes.
http://www.w3.org/TR/xmlschema11-1/
But it is not in the XML Schema.xsd. (only one occurence of
'name="targetNamespace"') on the element.
http://www.w3.org/2001/XMLSchema.xsd
BT
Hello,
Can this process be changed? What is not on central does virtually not exist
and the ASF should have a interest in a clean Apache group repo. The official
ASF repo is automatically synced to maven central, so it just needs publishing
to the nexus repo. This is especially easy as it allow
Matt,
I think this is a general problem of the JarURLConnection, especially if in
caching mode. I think if you do some of the steps to open a stream yourself you
can influence that better. I might be able to dig up a more detailed example
later if you still need it. (It might not be a good idea
Hello,
Joseph Kesselman wrote on 7. Mar 2024 19:41 (GMT +01:00):
> What concerns are you actually trying to address?
The main concern here typically are DOS protection and generally constrained
Resource usage when libraries parse and execute things.
…
> And I *think* I remember Xerces adding th