Top "Axiom" questions

Axiom is a Java library developed by Apache that provides an XML object model implementation.

How do you Change a Package's Log Level using Log4j?

I've encountered the following bug: http://issues.apache.org/jira/browse/AXIS2-4363 It states the following: This error only …

java logging log4j axis2 axiom
How can I setup dependencies for Axis2 / Axiom on Maven2

I've tried the following settings on pom.xml to use Axis2 wsdl2code: <dependencies> <dependency> <…

maven-2 axis2 axiom
Why can't programs be proven?

Why can't a computer program be proven just as a mathematical statement can? A mathematical proof is built up on …

math theory proof axiom formal-verification
How to pass variable parameter into XPath expression?

I want to pass a parameter into an XPath expression. (//a/b/c[x=?],myParamForXAttribute) Can I do this with …

xml xpath axiom xpath-1.0