| Author |
How to render a html text to a webpage?
|
|
|
| I am learning Compiler Principles.
My term paper is to change a text that includes html codes into a
webpage.
But I don't know how to do,even how to start the first step!
I am in great need for your help.
Who can help me?
| |
|
|
| Stefaan A Eeckels 2006-12-27, 7:03 pm |
| On 24 Dec 2006 20:35:29 -0800
"Yao" <yaozongyou2010@sina.com> wrote:
> My term paper is to change a text that includes html codes into a
> webpage.
Text that includes html tags _is_ a web page (if not a syntactically
correct one). If your term paper is about writing a rendering engine,
your professor is an ambitious man.
> But I don't know how to do,even how to start the first step!
> I am in great need for your help.
The first step is to describe exactly what you need to achieve. The
description above is woefully inadequate.=20
--=20
Stefaan A Eeckels
--=20
Even in business, the greatest reputations are sometimes the result of
the glamour of city superstition. I could point to railway chairmen=20
reputed indispensable, whom the shareholders and the travelling public
might with great profit and comfort to themselves send to St. Helena
with a pension of =A30,000 a year. -- George Bernard Shaw
| |
| drhowarddrfine 2006-12-27, 7:03 pm |
| Stefaan A Eeckels wrote:
> On 24 Dec 2006 20:35:29 -0800
> "Yao" <yaozongyou2010@sina.com> wrote:
>
>
> Text that includes html tags _is_ a web page (if not a syntactically
> correct one). If your term paper is about writing a rendering engine,
> your professor is an ambitious man.
>
>
> The first step is to describe exactly what you need to achieve. The
> description above is woefully inadequate.
>
What amazes me is this is a term paper but he doesn't have a clue how to
do it.
| |
| David T. Ashley 2006-12-27, 7:03 pm |
| "drhowarddrfine" <drhowarddrfine@ANTISPAMcharter.net> wrote in message
news:9pDkh.196$5H.174@newsfe04.lga...
> Stefaan A Eeckels wrote:
> What amazes me is this is a term paper but he doesn't have a clue how to
> do it.
I hesitate to contribute to this thread, but ... I'm even more profoundly
amazed than you. The entire basis of compiler design is FSA (that is the
starting point).
This is like someone who is taking a class on the properties of concrete and
gets halfway through the class and still doesn't understand that concrete is
made in practice with water and several other ingredients.
|
|
|
|