/bundles/plugins-trunk/XML/test_data/dtd/actions.xml
# · XML · 17 lines · 10 code · 3 blank · 4 comment · 0 complexity · b21b7d32173dc81fda8fc6979d978883 MD5 · raw file
- <?xml version="1.0" ?>
- <!DOCTYPE ACTIONS SYSTEM "actions.dtd">
- <!--
- - valid file
- - the dtd is resolved by the built-in catalog
- -->
- <ACTIONS>
-
- <ACTION NAME="xmlindenter.indent">
- <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
- </ACTION>
- <ACTION NAME="xmlindenter.toggleSplitAttributes">
- <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
- </ACTION>
-
- </ACTIONS>