/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

  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>