users@jaxb.java.net

Incorrect Marshalling Of Object

From: Sam Khan <samkhanski_at_yahoo.com>
Date: Tue, 22 Dec 2009 20:27:37 -0800 (PST)

Hi,

I'm attempting to marshall a POJO but am getting unwanted information in the
outputted xml:

<?xml version="1.0" encoding="utf-8"?>
<#document>
<Request/>
</#document>

Can anyone shed any light on why the '<#document>' tag is present in the
output? I do see '#document' as the value of the name property of the
Document.java object (created using DocumentBuilderFactory.java).
Any idea what I need to do to make that value disappear in the xml output?

Thanks,
Sam
-- 
View this message in context: http://old.nabble.com/Incorrect-Marshalling-Of-Object-tp26897603p26897603.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.