ietf
[Top] [All Lists]

Re: xml2rfc is OK ( was: Re: XML2RFC must die, was: Re: Two different threads - IETF Document Format)

2009-07-08 04:16:41

In message <4A544405(_dot_)8020701(_at_)gmx(_dot_)de>, 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: marka(_at_)isc(_dot_)org
_______________________________________________
Ietf mailing list
Ietf(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/ietf

<Prev in Thread] Current Thread [Next in Thread>