How I can insert Persian text in verbatim environment when using XePersin package ( v11.138, 2012/05/03). Following code dose not work:
\begin{verbatim}
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book>
<bookinfo>
<title> عنوان کتاب </title>
<author>
</author>
</bookinfo>
محتوای کتاب
</book>
\end{verbatim}

verbatimenvironment uses only one font, so you need a monospaced font that contains Latin and Persian glyphs. – egreg Sep 21 '12 at 8:04