listing1-10.rdf

来自「Delphi XML & XPATH源代码」· RDF 代码 · 共 15 行

RDF
15
字号
<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:m="http://movies.org/schema/">
  <rdf:Seq ID="SW">
    <rdf:li>The Phantom Menace</rdf:li>
    <rdf:li>Attack of the Clones</rdf:li>
    <rdf:li>Episode III</rdf:li>
    <rdf:li>A New Hope</rdf:li>
    <rdf:li>The Empire Strikes Back</rdf:li>
    <rdf:li>Return of the Jedi</rdf:li>
  </rdf:Seq>
  <rdf:Description aboutEach="#SW" m:Producer="George Lucas"/>
</rdf:RDF>

⌨️ 快捷键说明

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