« Return to Thread: jdom and xml and xsl

Re: Re : jdom and xml and xsl

by Tatu Saloranta :: Rate this Message:

Reply to Author | View in Thread

--- On Sat, 12/20/08, meriem bessais <meriem.bessais@...> wrote:

...
> hi the problem is that i didn't find the intruction to
> insert  this header in xml file thate i generate with a java bean.

With a bean? Usually this implies use of a data binding package like JAXB?
If so, these generally do not support processing instruction (or comment etc) output by default, although do allow custom converters.

But then again, it usually doesn't make sense to combine JDOM(/DOM/XOM) with data binding as two serve different purpose.

-+ Tatu +-



     
_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/youraddr@...

 « Return to Thread: jdom and xml and xsl