Hi

is it possible with xdoclet to preserve the formating of a tag value, so
that something like

* @foo
*   example="
*    <fileset dir='docs'>
*        <include name='*.xml'/>
*    </fileset>"

renders as
  <fileset dir='docs'>
      <include name='*.xml'/>
  </fileset>

and not as 
  <fileset dir='docs'> <include name='*.xml'/> </fileset>

??


I'm using 1.2.2, the xdoclet-ant task and a custom template. I already
implemented a custom XDocletTagSupport to use getTagValue(...), but this
method unfortunately returns the text with linebreaks and additional
whitespace already removed.

Is it possible somehow?

Any hint would be greatly appreciated.
Thanks 

Christoph
-- 
Christoph Froehlich <[EMAIL PROTECTED]>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to