Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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 :
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"/>
Fixed.
Now to call a macro in xdoc, you should write the following: