style-sheet customisation

Eric Streit <[email protected]> Thu, 1 Sep 2022 15:26:06 +0200
Newsgroups gmane.text.docbook.misc
Message-ID <[email protected]>
Hi,

I generate PDF from a docbook file, uses <example> parts and here is 
what it looks like:

Example 1.1. Here is an English example of a substitution drill:

Here is the docbook part:

<example>
   <title>Here is an English example of a substitution drill:</title>
      <itemizedlist>
          <listitem>
            <para>T: Are you an American?</para>
          </listitem>

	... other listitems

      </itemizedlist>
</example>

How can I get rid of the " Example 1.1." part ? I did this for the 
sections/chapters but could not find where I can do the same with the 
<example>

Thanks for your help

Eric