ietf
[Top] [All Lists]

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

2009-07-08 03:00:53
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
Ietf(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/ietf

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