> Hi Simon,
>
> Are you related to Viktor? Just curious.
>

Yes I am.  We are brothers.


> Your patch is good. Can I ask you to tidy up the formatting a little?
> Then I can apply it.
>
>> +<programlisting>
>> +&lt;svg width="120" height="80">
>> +    &lt;rect fill="red"     width="40" height="40"  x="0"   y="0"  />
>
> replace &lt; with < where appropriate.
>

I don't know of any other way to escape < from the xml parser.
This is what I get otherwise:

$ make fvwm.man.html
Generating fvwm.man.html
Element svg in namespace '' encountered in programlisting, but no template
matches.
Element rect in namespace '' encountered in svg, but no template matches.
...


>> +<cmdsynopsis>
>> +    <filename
>> +            ><replaceable>image.svg</replaceable
>> +    ></filename
>> +    ><literal>:</literal
>
> Please put the > before the newline.
>

This funny formatting avoids whitespace in the synopsis.  I did it like
that to possibly avoid confusion, because whitespace is a syntax error.

The alternative would be no newlines at all, but that would be even
harder to read in my opinion.


/Simon Griph



Reply via email to