Hi; The problem is that for debugging I do
want the standard pretty format in the rest of it. Any way to do that? Thanks – dave From: Marc Pellmann [mailto:[EMAIL PROTECTED] Hi David! This format has: <Data>blah
blah blah</Data> Where blah blah blah is the contents
of a cell in the spreadsheet. Here is the weirdness. Let’s say all of the
text is bold. Then the xml is: <Data><B>blah
blah blah</B></Data> But if it is written as: <Data> <B>blah
blah blah</B> </Data> If I get your problem right you want that the Output
of your dom4j Document will not have the whitespaces and newlines!? -- Viele Grüße / best regards
Marc Pellmann _______________________________ inubit - the integration experts inubit AG Lützowstraße 105-106 D-10785 Fon: +49.30. 72 61 12-132 Fax: +49.30. 72 61 12-100 Freecall: 0800-go inubit Web: www.inubit.com |
- [dom4j-user] Need to set xml as Element text David Thielen
- Re: [dom4j-user] Need to set xml as Element text Maarten Coene
- RE: [dom4j-user] Need to set xml as Element text David Thielen
- RE: [dom4j-user] Need to set xml as Element text David Thielen
- RE: [dom4j-user] Need to set xml as Element tex... David Thielen
- David Thielen