/bundles/plugins-trunk/XML/xml/dtds/catalog

# · #! · 63 lines · 42 code · 21 blank · 0 comment · 0 complexity · 95446270c4ac19ccda40e8bc870834ac MD5 · raw file

  1. -- If your plugin includes DTDs, feel free to add them here and send
  2. me a patch. I would like the XML plugin to work out of the box with
  3. any XML files other plugins might use. --
  4. SYSTEM "xml-completion-info.dtd" "xml-completion-info.dtd"
  5. PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "oasis-catalog.dtd"
  6. SYSTEM "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd" "oasis-catalog.dtd"
  7. SYSTEM "actions.dtd" "jeditresource:/org/gjt/sp/jedit/actions.dtd"
  8. SYSTEM "catalog.dtd" "jeditresource:/org/gjt/sp/jedit/catalog.dtd"
  9. SYSTEM "dockables.dtd" "jeditresource:/org/gjt/sp/jedit/dockables.dtd"
  10. SYSTEM "perspective.dtd" "jeditresource:/org/gjt/sp/jedit/perspective.dtd"
  11. SYSTEM "plugins.dtd" "jeditresource:/org/gjt/sp/jedit/pluginmgr/plugins.dtd"
  12. SYSTEM "recent.dtd" "jeditresource:/org/gjt/sp/jedit/recent.dtd"
  13. SYSTEM "registers.dtd" "jeditresource:/org/gjt/sp/jedit/registers.dtd"
  14. SYSTEM "services.dtd" "jeditresource:/org/gjt/sp/jedit/services.dtd"
  15. SYSTEM "xmode.dtd" "jeditresource:/org/gjt/sp/jedit/syntax/xmode.dtd"
  16. -- XHTML 1.0 DTDs --
  17. PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "xhtml1-frameset.dtd"
  18. SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd" "xhtml1-frameset.dtd"
  19. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd"
  20. SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" "xhtml1-strict.dtd"
  21. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd"
  22. SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" "xhtml1-transitional.dtd"
  23. PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "ent/xhtml-lat1.ent"
  24. SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent" "ent/xhtml-lat1.ent"
  25. PUBLIC "-//W3C//ENTITIES Special for XHTML//EN" "ent/xhtml-special.ent"
  26. SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent" "ent/xhtml-special.ent"
  27. PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN" "ent/xhtml-symbol.ent"
  28. SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent" "ent/xhtml-symbol.ent"
  29. -- XHTML 1.1 DTDs --
  30. PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11-flat.dtd"
  31. PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" "xhtml11-model-1.mod"
  32. -- Plugin DTDs --
  33. SYSTEM "sqlServerType.dtd" "jeditresource:/SQL.jar!/sqlServerType.dtd"
  34. SYSTEM "commando.dtd" "jeditresource:/Console.jar!/console/commands/commando.dtd"
  35. -- DocBook DTDs --
  36. OVERRIDE YES
  37. CATALOG "docbook-catalog.xml"
  38. -- XML Schema 1.0 schema --
  39. -- retrieved from the w3.org website --
  40. SYSTEM "http://www.w3.org/2001/XMLSchema.xsd" "schema4schemas.xsd"
  41. SYSTEM "http://www.w3.org/2001/datatypes.xsd" "datatypes.xsd"
  42. SYSTEM "http://www.w3.org/2001/xml.xsd" "xml.xsd"