[xml2rfc] include in 1.31

EdwardB at actelis.com (Edward Beili) Sun, 27 August 2006 15:22 UTC

From: "EdwardB at actelis.com"
Date: Sun, 27 Aug 2006 15:22:06 +0000
Subject: [xml2rfc] include in 1.31
Message-ID: <9C1CAB2B65E62D49A10E49DFCD68EF3EC1834E@il-mail.actelis.net>
X-Date: Sun Aug 27 15:22:06 2006

Hi,

The following .xml code stopped working in v1.31:

<section title="Definitions">
<figure>
  <artwork>
<?rfc include="efm-cu-mib.mib"?>
  </artwork>
</figure>
</section>

In 1.30 the <?rfc include> directive included the MIB file pre-formatted, i.e.

<pre>
... <!--Content of the include file here-->
</pre>

In 1.31 it is putting 3 empty blocks instead:

<div style='display: table; width: 0; margin-left: 3em; margin-right: auto'><pre>
</pre></div><div style='display: table; width: 0; margin-left: 3em; margin-right: auto'><pre>
</pre></div><div style='display: table; width: 0; margin-left: 3em; margin-right: auto'><pre>
</pre></div>

Is it a bug in 1.31 or should I use some other trick to insert the pre-formatted external file into the document?

Regards,
-Edward