Re: [Xsltforms-support] escape character not copied correctly
Brought to you by:
alain-couthures
From: Arnaud F. <arn...@gm...> - 2009-07-07 14:46:33
|
Thanks a lot... On Tue, Jul 7, 2009 at 4:44 PM, COUTHURES Alain < ala...@ag...> wrote: > Hi Arnaud, > >> I'm using your processor for 2 days and I had a headhache to change the >> input field style. >> > Sorry about that... > >> I don't want modify all input only some. >> >> I put, just after <body> tag my css. >> >> And somewhere I've something like >> .testClass input.xforms-value {width: 50px !important} >> >> It doesn't work because when page is generated all escape characters are >> not present. My instruction became >> .testClassinput.xforms-value {width: 50px !important} >> no space between .testClass and input.xforms-values >> >> So what can I do? >> > This is a known bug in the beta release. You can test this with the SVN > work version at > http://xsltforms.svn.sourceforge.net/viewvc/xsltforms/trunk/build/ > > Regards, > > -Alain > |