Sorry I misunderstood,
My DOM element should be represensented as the right XML structure
representing this DOM element.
i.e:
myElement = doc.createElement("myElem");
...
Should output:
<myElement>
<myElem />
</myElement>
Thanks,
fred
Le jeudi 17 mars 2005 Ã 23:03 +0000, robert burrell donkin a Ãcrit :
> On Thu, 2005-03-17 at 22:56 +0100, FrÃdÃric Desmoulins wrote:
> > Hi Robert,
> >
> > Actually I'm mapping beans to XML (that can contain XML attributes) and
> > I do not care to reverse it because resulting XML is a 'final' data
> > representation that is going through an XSLT processor to produce a
> > view.
>
> (sorry for not being a little clearer)
>
> you have a bean with an property whose value is a DOM element, right?
>
> how should that property be mapped?
>
> (in other words, what output do you want)
>
> - robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]