Mixi's friend GrayOgre-san wrote a good news to BBS. There seems to be RSS FEED's Validator site, which is to say a site to check out wheather RSS description is correct or not. Before that, I could heard GrayOgre-san's voice...
"Look for the help at least!". I'm sorry;-(
I read the help at least, thanks to direct link I could access there. It is the
FEED Validator:-) I wasted little time to input the URL and started checking out. Hmm... it said Name wasn't known, well... oh what? Ouch!
I input the wrong URL. I input again and this time around...
To conclude, as GrayOgre-san had written it (of course), it was MIME type's issue the web server set. I guess the POS.TO NET do nothing about .rdf. It was addressed as text/plain and us-ascii. If it was ever addressed as us-ascii, the site including multi-byte character is invalid because of many uncertainty things. As MultiViews I wrote before, POS.TO NET's setting is plain. But we can overwrite .htaccess so there is no problem of cource. I chose here due to that:-)
Confguration I add to .htaccess is, because it seems to be bothering, directly I dicided to write as follows:
AddType "text/xml; charset=UTF-8" rdf xml
Actually I wrote once as follows:
AddType "text/xml" rdf xml
even if so, us-ascii seemed to be returned yet, then the configuration
AddDefaultCharset us-ascii
is in some place. I don't want it:-(
I rewroten single-byte code title to multi-byte in Japanese site. It worked I think because it was displayed well in mixi. good:-)
*At first I set "text/xml" because the site allowed it. But GrayOgre-san let me know that the correct mime-type was "application/rss+xml". Indeed I set so for html file and I changed the line of .htaccess by using "application/rss+xml". Thank you so much GreyOgre-san!