xmlpractical3_column2.html

来自「Ajax tutorial archive」· HTML 代码 · 共 41 行

HTML
41
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>
      <title>
         Introduction to Ajax Tutorial
      </title>
   </head>
   <body>
  				 <p class="main">
                  based browser or Opera (probably Safari will work here too?).
                  Internet Explorer will not parse the document properly
                  without the use of its proprietary parser. Bad IE!
               </p>
               <p>
                  <a href=
                  "http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example3/navigation.xml"
                   target="_blank" title="Pure XML Example with Namespace">View
                  Example</a>
               </p>
               <p class="main">
                  As you can see the xml document is now formatted and works
                  like an xhtml document would. This is because of the
                  namespace which allows the browser to interpret the tags and
                  then render them accordingly. Love those namespaces!
               </p>
               <p class="main">
                  Unfortunately that still leaves us with the Internet Explorer
                  formatting problem so to circumvent that, we import the xml
                  document into an existing interface using XMLHttpRequest and
                  its IE equivalent and we end with this:
               </p>
               <p>
                  <a href=
                  "http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example4/basicajax2.html"
                   target="_blank" title=
                  "xmlhttprequest example with xml lists">View Example</a>
               </p>
   </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?