You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2007/07/31 14:55:13 UTC

[jira] Closed: (DOXIA-130) Macro renaming

     [ http://jira.codehaus.org/browse/DOXIA-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed DOXIA-130.
---------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s:     (was: 1.0-beta-1)
                   1.0-alpha-9

Fixed. 

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

{noformat}
<macro name="snippet">
  <param name="id" value="myid"/>
  <param name="url" value="http://myserver/path/to/file.txt"/>
</macro>
{noformat}

> Macro renaming
> --------------
>
>                 Key: DOXIA-130
>                 URL: http://jira.codehaus.org/browse/DOXIA-130
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Xdoc
>    Affects Versions: 1.0-alpha-9
>            Reporter: Vincent Siveton
>            Assignee: Vincent Siveton
>             Fix For: 1.0-alpha-9
>
>
> Something like the following:
> {code:xml} 
>      <macro name="snippet">
>         <parameter name="id" value="toto"/>
>         <parameter name="url" value="http://myserver.org/toto.xml"/>
>       </macro>
> {code} 
> instead of:
> {code:xml} 
> <macro name="snippet" id="toto" url="http://myserver.org/toto.xml"/>
> {code} 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira