讓我們先來簡單的了解XML:
XML 指可擴充標記語言(e X tensible M arkup L anguage)。
XML 被設計用來傳輸和儲存資料。
XML 很重要,也很容易學習。
現在開始學習XML!
<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
以下是我們提供的透過合法性校驗的xml程式碼,他們都可以在瀏覽器中開啟。同樣的,本地的xml檔案也都可以用瀏覽器打開,
點選下方的按鈕前往我們提供的實例,看看xml在瀏覽器中的展現樣式!