Help for this page

Select Code to Download


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