PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/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
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" ?>
  2. <!--
  3. - valid file
  4. - referencing a broken distant schema (with escaped spaces in the url).
  5. => IT WORKS !
  6. -->
  7. <ACTIONS
  8. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/XML/trunk/test_data/dir%20with%20space/actions.xsd"
  10. >
  11. <ACTION NAME="xmlindenter.indent">
  12. <CODE>xml.indent.XmlIndenterPlugin.indentXml(view);</CODE>
  13. </ACTION>
  14. <ACTION NAME="xmlindenter.toggleSplitAttributes">
  15. <CODE>xml.indent.XmlIndenterPlugin.toggleSplitAttributes(view);</CODE>
  16. </ACTION>
  17. </ACTIONS>