组织良好的XML文档包括三项基本规则,根据下面描述的xml文档,找出该xml存在的问题( )。<visit> <to>alluser</to><from><heading>welcome</from> <body></heading>website!</body></visit><hello></hello><?xml version=""1.0" encoding="UTF-8"?><note> <to>Tove</to> <from>Jani</from> <heading>Reminder</ heading> <body>Don't forget me this weekend!</body></note>A.没有文档声明B.没有根元素C.没有合理嵌套
组织良好的XML文档包括三项基本规则,根据下面描述的xml文档,找出该xml存在的问题( )。
<visit>
<to>alluser</to>
<from><heading>welcome</from>
<body></heading>website!</body>
</visit>
<hello></hello>
<?xml version=""1.0" encoding="UTF-8"?><note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</ heading>
<body>Don't forget me this weekend!</body></note>
A.没有文档声明
B.没有根元素
C.没有合理嵌套