Hi,
On JDevleoper 11g xml document I need to have line break in the xml attribute value so instead of having
<some-xml-element value="this value goes over.... multiple lines!" />
I want to have
<some-xml-element> <value>this value goes over...
multiple lines!</value> </some-xml-element>
Is this possible?
Thank you,
Anatoliy