Embperl discards newlines in tag parameters?

2005-02-14 Thread Neeme Vool
Hi! I use SetEnv EMBPERL_SYNTAX "Embperl" SetEnv EMBPERL_RECIPE EmbperlXSLT and if I type then result in HTML is still value="a b c". Seems _ep_sa function discards newlines? Neeme Vool [EMAIL PROTECTED] Codewiser OÜ Tel. +372 5151195 Fax. +372 7409988 http://www.codewiser.com

%udat is empty until I press reload

2005-02-14 Thread allen haim
Hello, I am having a problem with %udat and would appreciate any help you could offer. I have a frameset. The frameset document is called results-frameset.html, and contains several frames, one of which is results-nav.html. In results-frameset.html, I have [- $udat{'a'} = 'a'; $udat{'b'} = 'b'

%udat and frames

2005-02-14 Thread allen haim
Hi, I've narrowed down the problem I was referring to in my previous letter. Try this: bottom.html: # bottom this is the bottom the value is: [+ $udat{'a'} +] #