zoukankan      html  css  js  c++  java
  • 报错:The processing instruction target matching "[xX][mM][lL]" is not allowed.

    报错:The processing instruction target matching “[xX][mM][lL]” is not allowed.
    在写struts配置文件struts.xml时<?xml version="1.0" encoding="UTF-8" ?>报错:The processing instruction target matching "[xX][mM][lL]" is not allowed.


    解决方式(适用于所有.xml)
    将<?xml version="1.0" encoding="UTF-8" ?>前多余的注释、空格和空行等去掉即可。


    ————————————————
    版权声明:本文为CSDN博主「皮卡皮卡~」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/y_universe/article/details/93658461

  • 相关阅读:
    项目01-nginx模块
    Spark机器学习
    项目01-手机端模块
    Spark内存管理
    Spark Streaming
    Spark SQL
    Spark Job调度
    Spark master节点HA配置
    机器学习
    07、Spark集群的进程管理
  • 原文地址:https://www.cnblogs.com/javalinux/p/14915417.html
Copyright © 2011-2022 走看看