What this is
This file is included in the DevDaily.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn
Java by Example" TM.
Other links
The source code
<?xml version="1.0" encoding="UTF-8" ?>
<cheatsheet
title="Testing Infopop and Help Links">
<item
title="Introduction"
description="This cheat sheet will test infopop and help link.
Let's get started!"
Href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm"
contextId="null">
<nullAction/>
<nullList/>
<nullPerformWhen/>
<nullList/>
</item>
<list>
<item
title="Item with simple text"
description="Some simple text to test the decription formating."
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with a line break"
description="<form>Line one
<br/>Line two with a special < char in the middle.
</p>"
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with all the special charaters"
description="<form> < - less than
<br/>Special characters less than: <
<br/>greater than: >
<br/>ampersand: &
<br/>apostrophe: '
<br/>quote: "
<br/> "
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one less than"
description="<form>< "
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one greater than"
description=">"
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one bold less than"
description="<form>< "
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one bold greater than"
description="<form>> "
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one less than before a break"
description="<form><
"
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one less than after a break"
description="<form> < "
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one less than between breaks"
description="<form> <
"
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one greater than before a break"
description="<form>>
"
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one greater than after a break"
description="<form> > "
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
<item
title="Item with one greater than between breaks"
description="<form> >
"
Href="null"
contextId="null">
<nullAction/>
<list/>
<nullPerformWhen/>
<nullList/>
</item>
</list>
</cheatsheet>
|