A pseudo attribute name is expected
If you get the message "A pseudo attribute name is expected" when validating your xml file you have probably done a mistake typing your encoding declaration.The culprit code should look like :
instead of
There is a very small difference and it has nothing to do with the description of the error message. You have forgotten a question mark at the end of your encoding declaration.
I had indeed forgotten the question mark. Thanks.
ReplyDeleteJust saved me a good deal of frustration, thanks.
ReplyDeletemine has the question mark, still got this erorr
ReplyDeletethank s a lot
ReplyDeletesuper stupid mistake, havnt mention that
ReplyDeleteif you used lombok with compile/implementation scope , i got this.
ReplyDeletechange scope to compileOnly