document use of <pattern><![CDATA[...]]></pattern> (#5551)
This commit is contained in:
parent
49a14d72e7
commit
5eeb1dea91
|
@ -949,6 +949,10 @@ Checking useretval.c...
|
||||||
</message>
|
</message>
|
||||||
</rule></programlisting>
|
</rule></programlisting>
|
||||||
|
|
||||||
|
<para>CDATA can be used to include characters in a pattern that might interfere with XML:</para>
|
||||||
|
|
||||||
|
<programlisting><![CDATA[some<strange>pattern]]></programlisting>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><tokenlist></title>
|
<title><tokenlist></title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue