XML formats and scripts
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 SVG, RSS or graphical interface languages as XAML.
XML formats
ePub
Description of the format for ebooks.
See also the RSS and XAML section.
XML scripts
XML Configurator
An interface to XML or .INI files. Allows to configure PHP.
Add Attribute
Add automatically an attribute to a list of tags into an XML file, with or without values.
Source codes (Scriptol language)
- 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. - Light
Converts an XML document to light XML, or conversely.
XCheck (Executable).
This command line tool checks XML files for well-formed
syntax. This is not an XML validator.
The source code is included in the Scriptol
Library.
See also: