-----Urspr�ngliche Nachricht-----
Betreff: [Xdoclet-user] Help with 'referenced' tags

[...]

now, i am parsing all class tags with the name jmx-managed operation.
inside the same loop i am also parsing all the tags named
'jmx.managed-parameter'
that has as value of the parameter 'managed-operation' the current
jmx.managed-operation

i am using following code (taken from sources)

<XDtClass:forAllClassTags tagName="jmx.managed-operation">
  <XDtClass:ifClassTagValueMatches tagName="jmx.managed-parameter"
paramName="managed-operation" >
    HELLO WE GOT IT!
  </XDtClass:ifClassTagValueMatches>
</XDtClass:forAllClassTags>

but it seems not working...... 

is the code wrong?

[...]

-----------------------------------

It seems so, I used to do it that way:

<XDtClass:ifHasClassTag tagName="jmx.managed-parameter"
paramName="managed-operation">
   HELLO WE GOT IT!
</XDtClass:ifClassTag>

Try this, maybe it works..

regards, Thomas


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to