Hello.
I'm still a taglib newbie, and I was wondering if it is possible to have the output of one taglib function as the input to another as in the following example?
<z3950:connection>
<xsp:attribute name="host">
<cfg:load-value>
<cfg:server>
<cfg:host />
</cfg:server>
</cfg:load-value>
</xsp:attribute>
</z3950:connection>I would like the cfg taglib to load a value from disk which is then to be inserted as the host attribute of the connection call in the z3950 taglib. But when I try this, 'parse_start()' triggers on the '3950:connection' tag in the z3950 taglib before cfg has had a chance to set the value and therefore no host attribute exists.
I guess I could split it up in a XSP -> XSLT -> XSP pipeline but I would prefere the more direct approach.
-- Jan Bauer Nielsen Center of Knowledge Technology, Technical Knowledge Center of Denmark Anker Engelunds Vej 1, Postboks 777, 2800 Kongens Lyngby, Denmark
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
