authors.xml

来自「XML path visualiser」· XML 代码 · 共 26 行

XML
26
字号
<?xml:stylesheet type="text/xsl" href="./identityx.xsl" ?>
<!-- <?xml:stylesheet type="text/xsl" href="./myDefaultss4.xsl" ?> -->
<authors xmlns:user="mynamespace">
  <author xmlns:user2="mynamespace2">
    <name idd="VH">Victor Hugo</name>
	<user2:name idd="VH">Victor Hugo</user2:name>
    <nationality xmlns:user3="mynamespace3">French</nationality>
  </author>
  <author period="classical">
    <name>Sophocles</name>
    <nationality>Greek</nationality>
  </author>
  <author>
    <name>Leo Tolstoy</name>
    <nationality>Russian</nationality>
  </author>
  <author>
    <name>Alexander Pushkin</name>
    <nationality>Russian</nationality>
  </author>
  <author period="classical">
    <name>Plato</name>
    <nationality>Greek</nationality>
  </author>
</authors>

⌨️ 快捷键说明

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