Mark Andrews wrote:
I had wierd results with the following just printing out "Zone" and
not the rest of the lines in the table.

        <texttable>
          <ttcol align="left">Zone</ttcol>
          <c>10.IN-ADDR.ARPA</c>
          <c>16.172.IN-ADDR.ARPA</c>
          <c>17.172.IN-ADDR.ARPA</c>
...

That's a bug in the texttable processing code, which I'm currently fixing (download the new version later today...). Thanks for the report.

...
Also how do you do the equivalent of "&nbsp;&nbsp;&nbsp;&nbsp;" in
xml?
 ...

If you reference the rfc2629.dtd (as shipping with xml2rfc.tcl), it should work out of the box, as rfc2629-xhtml.ent defines that entity.

Otherwise, just substitute with: "&#160;&#160;&#160;&#160;".

Out of curiosity: where do you need that?

BR, Julian
_______________________________________________
Ietf mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/ietf

Reply via email to