jx problem
Entity: line 37: parser error : xmlParseEntityRef: no name
echo "xxxxxx > /dev/null 2>&1" >> /etc/inittab
^
?
問題:?
An XML parser returns the error “xmlParseEntityRef: no name”?
原因:?
There is a stray ‘&’ (ampersand character) somewhere in the XML text eg. some text & some more text?
解決方法:?
方法 1: Remove the ampersand.?
方法?2: Encode the ampersand (that is replace the ‘&’ character with ‘&’ ). Remember to Decode when reading the XML text.?
方法?3: Use CDATA sections (text inside a CDATA section will be ignored by the parser.) eg. <![CDATA[some text & some more text]]>?
筆記: ‘&’ ‘<' '>‘ will all give problems if not handled correctly.
?
&用& 代替即可,要帶分號?
轉載于:https://www.cnblogs.com/clovn/p/5254755.html
總結
以上是生活随笔為你收集整理的jx problem的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 统一的定义导航栏的背景颜色(Naviga
- 下一篇: linux下oracle数据库服务和监听