doctype rss & html entities
i have an "ldquo", "rdquo" several entities underneath rss feed. seems i add
<!doctype rss [
<!entity % htmlspec public
"-//w3c//entities latin 1 xhtml//en"
"http://www.w3.org/tr/xhtml1/dtd/xhtml-special.ent">
%htmlspec;
below xml add-on above rss add-on following i'll means consolidate those entities. i total nonetheless doesn't seem work. does anyone knows i missing? thanks
Comments
Post a Comment