Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » intro xml - html tags inside text element
intro xml - html tags inside text element [message #623422] Mon, 22 June 2009 09:39
Stella Levin is currently offline Stella LevinFriend
Messages: 89
Registered: July 2009
Member
Hi, thanks a lot for previous answer, it helped.
My question is about usage of html tags in text part of intro xml.
I find in the manual that it can include li, p, b tags.
I tried different combination of the following page, but it didn't work:

<page id="run" style= "style.css" style-id="page">
<title style-id="intro-header">How to run</title>
<text>
tralala
<p> trululu </p>
<ol>
<li>Define the test name to work with:
set u = "unit name"</li>
<li>Create working directory and make it to be a current directory
mkdir test; cd test </li>
<li>Invocate test:
test -name $u -data .</li>
</ol>
</text>
</page>
The result is that it display the header "How to run" and the first line
without tags "tralala". After that all the rest doesn't appear.
Thanks, Stella
Previous Topic:Standalone infocenter home page and locale
Next Topic:Basic Eclipse UA questions
Goto Forum:
  


Current Time: Thu Apr 25 10:00:22 GMT 2024

Powered by FUDForum. Page generated in 0.02863 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top