Self-closing tags in XML files

后端 未结 5 958
无人共我
无人共我 2020-11-29 09:28

I noticed that they work with PHP SimpleXML.

But all XML examples I found on the web close them the old way:

5条回答
  •  死守一世寂寞
    2020-11-29 09:34

    In certain instances the separate open/close tags are necessary: as an example I've found that

提交回复
热议问题