2010-10-06, 13:12
Could anyone tell me what I'm doing wrong here?
It either (forgot which one with this code, will confirm when I get home) displays "url" or "http://www.google.be/" as plot, but never "test".
It either (forgot which one with this code, will confirm when I get home) displays "url" or "http://www.google.be/" as plot, but never "test".
Code:
<GetDetails dest="7">
(...)
<RegExp input="$$2" output="<plot><url function="GoGoogle">http://www.google.be/</url></plot>" dest="4+">
<expression></expression>
</RegExp>
(...)
</GetDetails>
<GoGoogle>
<RegExp input="$$1" output="test" dest="3">
<expression></expression>
</RegExp>
</GoGoogle>