← Prev in month ← Prev in thread

Callouts in

From
Zbyszek Cybulski <>
Date
2006-02-08T14:56:23+00:00
ID
Thread
Callouts in
Hi all,

How to use callouts on a screen output that is included as character data?
Assume I have an <example> like the following:

                            <example id="testing_connectivity">

                                <title>Sample title</title>
                                <screen><![CDATA[Testing device: 10.20.19.22 : 9091

ping -n 4 
10.20.19.22]] <![CDATA[
Pinging 10.20.19.22 with 32 bytes of data:

Reply from 10.20.19.22: bytes=32 time<10ms TTL=56

    Reply from 10.20.19.22: bytes=32 time=15ms TTL=56
    Reply from 10.20.19.22: bytes=32 time<10ms TTL=56
    Reply from 
10.20.19.22: bytes=32 time=15ms TTL=56                  (1)
    
    Ping statistics for 10.20.19.22:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),                   (2)

    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 15ms, Average = 7ms]]></screen>
</example>

How do I use callouts in this case? (1) and (2) are places where I want to insert callouts.

Likely I have to use the screen output as CDATA since it contains "<" signs. Moreover, I never know if the output will contain "<" ">" or not.

Thanks,

-Zbyszek
← Prev in month ← Prev in thread