On Apr 25, 2007, at 5:35 PM, Oova wrote:
roopesh-2 wrote:
Hi
How can I create my own macro in my xwiki (say, a macro for adding two numbers). Where should I write it. So that I can use it from any page ?
Regards Roopesh
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http:// www.objectweb.org/wws
I guess the term 'macro' is used in two different contexts, the velocity macro, explained here http://velocity.apache.org/engine/releases/velocity-1.4/user- guide.html#Velocimacros or the XWiki macro with examples here http://www.xwiki.org/xwiki/bin/view/Code/Macros
They are not the same as I understand and it might be helpful to use a different term for the Xwiki macros, something like 'utility'?
Yes, you're right: one is called "Radeox Macro" and the other is called "Velocity Macro". -Vincent