Re: bug in DOMElementWriter

2010-06-26 Thread Jon Stevens
So, here is what I'm trying to do... I'm including some XML which is generated by Eclipse as part of the .launch config files for launch profiles. That XML has in an attribute value. I'd expect to be able to put whatever into an element and have it output back out. I shouldn't have to double en

Re: bug in DOMElementWriter

2010-06-26 Thread Antoine Levy-Lambert
Hello Jon, do not forget that the ant build file is also written in xml. To do what you want, you need to write this : Jon Stevens wrote: > Here is a better example: > > > > > > > > > [8][ //tmp ]% ant > Buildfile: build.xml > > > > BUILD SUCCESSFUL > Total time: 0 seconds > > No

Re: bug in DOMElementWriter

2010-06-26 Thread Jon Stevens
Here is a better example: [8][ //tmp ]% ant Buildfile: build.xml BUILD SUCCESSFUL Total time: 0 seconds Not what I was expecting. jon On Fri, Jun 25, 2010 at 5:02 PM, Jon Stevens wrote: > Say you have an element like this: > > > > If you want to load that through an XMLFragment a