hexojs / hexo-generator-feed

Feed generator for Hexo.

Home Page:http://hexo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCDATA invalid Char value 28

Maples7 opened this issue · comments

atom.xml show some error message error on line 30 at column 415: PCDATA invalid Char value 28, but no special chars here.

Check it here: http://maples7.com/atom.xml

image

Help please!

我也遇到了相同的问题,删除格式字符也没有作用:
error on line 30 at column 16: PCDATA invalid Char value 8

http://jartto.wang/atom.xml

Do you have the source of your site on GitHub? Configuration, packages, ...?

commented

@tomap

The problem might from parsed CDATA.

image

@tomap Source code for my blog site: https://github.com/Maples7/blog

the xml (atom) does not allow the character ASCII Code 8 which is found at the position indicated by the error message (check the source code of the xml, and copy paste it in a text editor)