HTML and XML builder
Package:
Summary:
Compose HTML and XML documents programmatically
Groups:
Author:
Description:
This class can be used to compose HTML and XML documents programmatically.
It can add tags to the document by calling functions of the class with the same name of the tags, passing tag attributes and data values as function arguments.
The class may also search for tags inside others by tag ID or value.
It can add tags to the document by calling functions of the class with the same name of the tags, passing tag attributes and data values as function arguments.
The class may also search for tags inside others by tag ID or value.
Comments are closed.