im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Error with NestedSelectors simplexml_load_string(): Entity: line 1: parser error : attributes construct error #43

Closed julienfastre closed 13 years ago

julienfastre commented 13 years ago

Hi!

I have a problem with the last version of Scaffold. This is the error message i get:

simplexml_load_string(): Entity: line 1: parser error : attributes construct error On the file : [PATH TO SCAFFOLD]scaffold/extensions/NestedSelectors/NestedSelectors.php [140]

And this is my css file (I am still testing Scaffold) :

body { color: blue; }

Where is the problem? Julien FASTRE

julienfastre commented 13 years ago

I found a solution for my problem...

In fact, it seems that my file began with "@CHARSET "UTF-8";". For unknow reason, Eclipse didn't saved my file correctly.

But it make appear that Scaffold is not friendly with this rule... Julien FASTRE