ssismap.rng.svn-base

来自「XML Copy Editor is free software release」· SVN-BASE 代码 · 共 14 行

SVN-BASE
14
字号
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Server-side Image Map Module -->
<!-- Depends on image module. -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0">

<define name="img.attlist" combine="interleave">
  <optional>
    <attribute name="ismap">
      <value>ismap</value>
    </attribute>
  </optional>
</define>

</grammar>

⌨️ 快捷键说明

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