Support for markup languages

HTML (and its successor, XHTML) is the most important markup language used to create pages. However, there are many more markup languages besides it. Spider supports the most important (in terms of Web usage) of them :

  • WML - ( Wireless Markup Language) is a language for describing pages used by mobile devices (mainly cellular phones) via WAP ( Wireless Application Protocol)
  • SVG - ( Scalable Vector Graphics) - an alternative to Flash animation
  • MathML - ( Mathematical Markup Language) - a language for representing mathematical symbols and expressions
  • SMIL - ( Synchronized Multimedia Integration Language) - a language supporting the creation of multimedia presentations
  • XML - ( eXtensible Markup Language) - a universal, increasingly popular document description language
  • RSS - ( Really Simple Syndication 2.0) - a language for distributing news, etc.
  • P3P - (Platform for Privacy Preferences 1.0)
  • Atom - a new way to distribute news and other information on the Web.

Information about the language, its tags, attributes, etc. Spider takes from special definition files for markup languages - TDF. To edit the data, there is a special tool - Markup Language Definition File Editor. Using it, you can also add and remove supported markup languages. This makes Spider a versatile and very flexible editor, perfect for creating documents in any markup language.

Because Spider is intended primarily for web development, everything related to HTML only is covered in the HTML Support topic.

However, everything you will read about in this help topic applies to HTML and XHTML as well as the others mentioned above.

Support for markup languages primarily includes tools:

Related topics

To top