users@jaxb.java.net

XML tag name changes after marshalling

From: Frank Kumro <frank.kumro_at_gmail.com>
Date: Fri, 5 Jan 2007 14:13:53 -0500

I currently have two files, one file being an xml document, the other being
a digital signature of the first document. They are both unmarshalled and
then the signature is placed into the first xml documents object. I then
marshal the first xml file (and validate it against the schema) but then the
xml tag names all change. Why is this?

Example of changes:

Original
<saml:Issuer ...

After marshalling
<ns1:Issuer ....


Thanks,

Frank Kumro