SVG and XML formats
Two formats of documents are the base of websites. HTML, a standard in version 4 for now and XML for web pages with XHTML, or various documents such as RSS or graphical interface languages as XAML or XUL.
But a new format is in development to replace both HTML 4 and XHTML: this is HTML 5 that is defined to build Web applications.
SVG
SVG vs Canvas, at decision time
What format to choose to embed graphics into a webpage?
SVG: Creating beautiful titles with the text tag
We will see how to create filters, including lighting effet and apply it to a text, and all text attributes in SVG.
What can we do with SVG?
Examples of applications showing the range of possibilities of this format.
XML formats
HTML 5 and web browsers.
Which compatibility for the new format on popular browsers.
ePub
Description of the format for ebooks.
XML Tools
XML Configurator
An interface to XML or .INI files. Allows to configure PHP.
XML Scripts
- Ini To XML
Convert ini files with titles and entries, with the format attribute=value, to XML files. - XmlOptions
Converts a file of options to XML. - Dir To XML
Build recursively an XML file or a HTML page from a disk directory. Sub-directories and files are sub-elements and elements of the xml document. - Ini To DOM
Load an ini file into the scriptol dom tree. Requires Scriptol 4.4. - Add Attribute
Add automatically an attribute to a list of tags into an XML file, with or without values. - Light
Converts an XML document to light XML, or conversely. - XCheck
This command line tool checks XML files for well-formed syntax. This is not an XML validator. Executable.
The source code is included in the Scriptol Library.
See also
