image.rng.svn-base
来自「XML Copy Editor is free software release」· SVN-BASE 代码 · 共 40 行
SVN-BASE
40 行
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Image Module -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<define name="img">
<element name="img">
<ref name="img.attlist"/>
</element>
</define>
<define name="img.attlist">
<ref name="Common.attrib"/>
<attribute name="src">
<ref name="URI.datatype"/>
</attribute>
<attribute name="alt">
<ref name="Text.datatype"/>
</attribute>
<optional>
<attribute name="longdesc">
<ref name="URI.datatype"/>
</attribute>
</optional>
<optional>
<attribute name="height">
<ref name="Length.datatype"/>
</attribute>
</optional>
<optional>
<attribute name="width">
<ref name="Length.datatype"/>
</attribute>
</optional>
</define>
<define name="Inline.class" combine="choice">
<ref name="img"/>
</define>
</grammar>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?