Re: jxpath in XML comments

2003-07-04 Thread Christopher Oliver
Ok, now you've jogged my memory: yes it does do substitution even in comments. I'm not sure if it's useful, but that allows you to "generate" comments. But go ahead and remove that behavior if you think that would be better without it. Regards, Chris Upayavira wrote: On 4 Jul 2003 at 11:53, C

Re: jxpath in XML comments

2003-07-04 Thread Upayavira
On 4 Jul 2003 at 11:53, Christopher Oliver wrote: > Can you explain what you mean in more detail? As far as I can tell > from your description, what you're trying to do should work. Say I had this jxpath file: http://apache.org/cocoon/templates/jx/1.0";> ${from} ${to} ${status} And thi

Re: jxpath in XML comments

2003-07-04 Thread Christopher Oliver
Can you explain what you mean in more detail? As far as I can tell from your description, what you're trying to do should work. Chris Upayavira wrote: Guys, I'm just starting to work with jxpath, and have found that commenting out (using XML comments) a jxpath expression doesn't get ignored.

jxpath in XML comments

2003-07-04 Thread Upayavira
Guys, I'm just starting to work with jxpath, and have found that commenting out (using XML comments) a jxpath expression doesn't get ignored. Should it? I removed a value from my SendPageAndWait(), and commented out the parameter, but the page wouldn't work - I had to delete the reference to th