This is by no means an easy or planned task...
If you really intend to do this, you will have to go to the internals and probably subclass XMLParser by providing an expression-factory which has flags determining what to do with "$"...
If you don't want anything there to be evaluated, you could carry this around as string also, or ? (in code, that would mean pack it all as CDATA).
Or simply parse another file instead of evaluating it as jelly...
How does it look ?
Paul
Yanick Duchesne wrote:
I have XML in a custom Jelly tag impl that I would like Jelly NOT to evaluate; the XML contains ${....} variables that are not destined for Jelly. Currently, Jelly tries to evaluate the expression (which happens to be in a format that Jelly doesn't like); What's the work around?
Could I escape the '$' sign? If yes, how? I did not see how in the doc...
Thanks a lot.
Yanick Duchesne Software Architect Architecte d'applications Newtrade/Expedia [EMAIL PROTECTED] tel +1 514 286 8187 x 3009
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
