PDA

View Full Version : XHTML 1.1 and Image Stats v2.01


robackja
11-24-2008, 06:30 PM
hello.

I have a pixelpost blog (http://joeroback.com) and I was making it XHTML 1.1 compatible and i came across a problem.

the file admin_imagestats.php has a trailing "space" character in it. It causes an extra space to put in front of the generated text by pixelpost.

so XHTML looks like this:

` <?xml version="1.0" encoding="UTF-8"?>` and having that extra space in front volatiles XML standards. Simply trimming the extra whitespace characters from admin_imagestats.php fixed the issue.

Just an FYI for anyone else having similar issues.

Dr.Ozdi
11-26-2008, 11:29 AM
I tried solve the same problem in google sitemap.xml case but without solution, somewhere in sources files are generated spaces.
Dr.