Re: [Xsltforms-support] escape character not copied correctly
Brought to you by:
alain-couthures
|
From: COUTHURES A. <ala...@ag...> - 2009-07-07 15:08:57
|
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
|