PPWIZARD Manual
[Bottom][Contents][Search][Prev]: <$UnNumberedListCompact> - Dotted List[Next]: <$ExampleFile>

Include Examples

The following tags are used to include examples:

OPTIONS

Here are some of the options that you can use to modify the look and feel of examples:

EXAMPLE - Source

This shows some example text being included from a file (only part of the file is used):

    <$ExampleFile INDENT=0 FILE="OlDocXmp.DH" FRAGMENT="[CharacterFormatting]" STATE="REMEMBER">
    <$ExampleFile INDENT=8 FILE="OlDocXmp.DH" FRAGMENT="[CharacterFormatting]">
    

EXAMPLE - Generated Output

<$p>This paragraph contains <$Bold Text="some bold"> text!

<$p><$DarkGreen Text=^This is a                               \
                      multi line (in source code at least)    \
                      paragraph which is completely green.   -\
                     ^>

Notice the hypertext links that were placed into the displayed source code in the above example code does not show the preparation required. This is demonstrated in the <$ExampleFile> example.

Also note that unsafe (in example) characters such as "<" and others are tagged in such a way that they will correctly display.

The second lot of output is below, notice no hypertext links and the greater indenting (I could have changed font and color as well if I'd wished):

        <$p>This paragraph contains <$Bold Text="some bold"> text!
        
        <$p><$DarkGreen Text=^This is a                               \
                              multi line (in source code at least)    \
                              paragraph which is completely green.   -\
                             ^>


[Top][Contents][Search][Prev]: <$UnNumberedListCompact> - Dotted List[Next]: <$ExampleFile>

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am