Maven Doxia

Macro renaming

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-alpha-9
  • Fix Version/s: 1.0-alpha-9
  • Component/s: Module - Xdoc
  • Labels:
    None
  • Number of attachments :
    0

Description

Something like the following:

<macro name="snippet">
        <parameter name="id" value="toto"/>
        <parameter name="url" value="http://myserver.org/toto.xml"/>
      </macro>

instead of:

<macro name="snippet" id="toto" url="http://myserver.org/toto.xml"/>

Issue Links

Activity

Hide
Vincent Siveton added a comment -

Fixed.

Now to call a macro in xdoc, you should write the following:

<macro name="snippet">
  <param name="id" value="myid"/>
  <param name="url" value="http://myserver/path/to/file.txt"/>
</macro>
Show
Vincent Siveton added a comment - Fixed. Now to call a macro in xdoc, you should write the following:
<macro name="snippet">
  <param name="id" value="myid"/>
  <param name="url" value="http://myserver/path/to/file.txt"/>
</macro>

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: