/bundles/plugins-trunk/XML/test_data/dtd/accented_dtd_path.xml
XML | 16 lines | 10 code | 3 blank | 3 comment | 0 complexity | 37aefe8f99d74d0e97c4bc8a203f9ee2 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE ACTIONS SYSTEM "../ümlaut/myactions.dtd">
3
4<!--
5 - valid file
6 -->
7<ACTIONS>
8
9 <ACTION NAME="xmlindenter.indent">
10 <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
11 </ACTION>
12 <ACTION NAME="xmlindenter.toggleSplitAttributes">
13 <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
14 </ACTION>
15
16</ACTIONS>