XML ပြပေး
- အစောပိုင်း စာရင်း XML အမည်အရိုက်
- နောက်ဆုံး စာရင်း XML HttpRequest
All modern browsers can view the original XML file.
Don't expect the XML file to be displayed directly as an HTML page.
View XML file
<?xml version="1.0" encoding="UTF-8"?> - <note> <to>George</to> <from>John</from> <heading>Reminder</heading> <body>Don't forget the meeting!</body> </note>
View the above XML file in the browser:note.xml
The XML document will be displayed as the root and child elements with code coloring.
By clicking the plus or minus sign on the left side of the element, you can expand or collapse the structure of the element.
To view the original XML, right-click on the page and then select 'View Source'.
Note:In Safari 5 (and earlier versions), only the element text is displayed. To view the original XML, you must right-click on the page and select 'View Source'.
Check invalid XML file
If you open a wrong XML file, some browsers will report an error, some browsers will display it, or display it incorrectly.
<?xml version="1.0" encoding="UTF-8"?> - <note> <to>George</to> <From>John</from> <heading>Reminder</heading> <body>Don't forget the meeting!</body> </note>
ဒါ ကို ဖွင့်ရန် ကြိုးစားပါ - note_error.xml
အခြား XML အမှတ်အသား
ဒါတို့ ကို XML ကို သတင်းထောက် အမှတ်အသား ဖြစ်စေ ပြီး အချင်းတူ အသိအမှတ် ပြုရန် လုပ်ချင်း ကြည့်ပါ။
- XML နံနက် သုံး လုံး
- ဒါ မှာ ဒီ ဓာတ်ဆိုင်၏ နံနက် သုံး လုံး ပြုစုထားသော လိုင်းတင်း ဖြစ်ပါသည်။
- XML CD အတည်းအဝါ
- ဒါ မှာ ကျွန်ုပ်၏ CD ကျော်စာ ဖြစ်ပါသည်။ အသုံးပြုသော အမျိုးအစား ဖြစ်သည် - XML
- XML သစ်ပင် အတည်းအဝါ
- ဒါ မှာ ဝတ်ဆံကျောင်း ကြောင်း မှ အသုံးပြုသော သစ်ပင် အမျိုးအစား အတည်းအဝါ ဖြစ်ပါသည်။
XML ကို အသိအမှတ် သို့မဟုတ် ပြောင်းဖလုပ် ဖြစ်လာခြင်း အကြောင်းရင်း မှာ ဆိုလိုသည်?
XML ကုတ် လုံး ကို ပြောင်းဖလုပ် ပြီး ပြပ်လုပ် သော သတင်း မပါဘဲဖြစ်သည်။
由于 XML 标签由 XML 文档的作者“发明”,浏览器无法确定像