[coyotos-dev] capidl loop

Jonathan Adams jwadams at eros-os.com
Thu Nov 29 10:53:22 EST 2007


On Wed, 2007-11-28 at 09:08 -0800, Charles Landau wrote:
> >The problem in this case is that the characters >, <, and & must be
> >escaped in HTML or XML content. The respective substitutions are:
> >
> >   <    &lt;
> >   >    &gt;
> >   &    &amp;
> 
> Yes, it no longer looped when I made that change.

You can also use the doxygen-style quoting:

   <    @<   
   >    @>
   &    @&

Cheers,
- jonathan




More information about the coyotos-dev mailing list