/bundles/plugins-trunk/XML/test_data/broken_online_schema/actions.xml
# · XML · 20 lines · 12 code · 3 blank · 5 comment · 0 complexity · 64b8432aca102e49f1799d4f7bc83e85 MD5 · raw file
- <?xml version="1.0" ?>
- <!--
- - valid file
- - referencing a broken distant schema (with escaped spaces in the url).
- => IT WORKS !
- -->
- <ACTIONS
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/XML/trunk/test_data/dir%20with%20space/actions.xsd"
- >
-
- <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>