- or download this
plugin produces aXML code,
parser takes that aXML code and produces HTML code,
browser takes that HTML code and produces text.
- or download this
parser takes aXML code,
...
browser takes finished resulting HTML and produces page
- or download this
(aXMLplugin name="TD")"$_[0]",(/aXMLplugin)
...
(inc)path/to/htmldata(/inc)
- or download this
...
...
...
- or download this
(aXMLplugin name="greet")hello world(/aXMLplugin)
- or download this
greet => sub {"hello world"},
- or download this
(aXMLplugin name="foo")"hello world"(/aXMLplugin)
- or download this
foo => sub {"\"hello world\""},
- or download this
"hello world"