Index  Up  <<  >>  


Pragma

Sets the default value of a MiniVend pragma. The only one to date is:

no_html_parse
Disallows HTML tag parsing. This is a BIG parser performance gain and is enabled in the demo catalog.

If you want to enable a pragma for only a particular page, do anywhere in the page:

    [pragma no_html_parse]

If you want to disable a pragma for a particular page, do anywhere in the page:

    [pragma no_html_parse 0]

If you know what a DTD is, that is a good place to put this.


Index  Up  <<  >>