In message <[email protected]>, Julian Reschke writes:
> 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.

Will do.

> > ...
> > 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?

IPv6 reverse addresses are long.  Break and indent.  If you have
a better way I would be happy to hear it.

        <texttable>
          <ttcol align="left">Zone</ttcol>
          <c>0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.\</c>
          <c>&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA</c>
          <c>1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.\</c>
          <c>0&nbsp;&nbsp;&nbsp;&nbsp;.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA</c>
        </texttable>


> BR, Julian
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: [email protected]
_______________________________________________
Ietf mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/ietf

Reply via email to