Re: [PHP-DOC] Examples From: Egon Schmid (eschmid <email protected>)
Date: 10/16/01

From: "G. Richter" <g.richter1 <email protected>>

> I want to add more examples into the documentation. Is there any
tag for
> output, or would it be possible to create/define a new tag?!
>
> like:
>
> <example>echo "Hello World"</example>
> <output>Hello World</output>

Please look in the source and compare it with a rendered version.
There is no output element defined in DocBook. If you want create or
define a new tag, you should also modify DocBook itself.

Before a commit, please make a "make test".

-Egon