¡@

Home 

java Programming Glossary: root_element

Define Spring JAXB namespaces without using NamespacePrefixMapper

http://stackoverflow.com/questions/3289644/define-spring-jaxb-namespaces-without-using-namespaceprefixmapper

@XmlRootElement namespace www.example.org abc name Root_Element public class RootElement @XmlElement namespace www.example.org.. output xml version 1.0 encoding UTF 8 standalone yes ns2 Root_Element xmlns ns1 http www.w3.org 1999 xlink xmlns ns2 www.example.org.. childElementWithXlink ns1 href http www.example.org ns2 Root_Element whereas what I would like is xml version 1.0 encoding UTF 8..