Hi,
 I'm trying to create a template for use with xdoclet that creates ax
xml mapping file between two classes of objects.

 To get right to the issue, I have the following section of a template
file which keeps barfing due to the nested use of the quotes. (The
key="blah" with embedded ="" is the problem)

  <XDtField:forAllFields>
   <XDtField:ifHasFieldTag tagName="mapping.field" paramName="name">
    <XDtCollection:put name="refmap"
         key="<XDtClass:fullClassName/>:<XDtField:fieldTagValue
              tagName="mapping.field" paramName="name"/>"
         value="<XDtField:fieldName/>"/>
   </XDtField:ifHasFieldTag>
  </XDtField:forAllFields>

Is there a syntax which will allow me to do this?


Thanks for any help,



--larry



------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to