Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > xhtml-print parser

Reply
Thread Tools

xhtml-print parser

 
 
p.nagarajkumar@gmail.com
Guest
Posts: n/a
 
      02-25-2005
my question is i have parsed the xhtml data stream using c
i need to diplay the content present in the command prompt as the data
present in the webpage as links how it can be done?

 
Reply With Quote
 
 
 
 
Michael Hoffman
Guest
Posts: n/a
 
      02-25-2005
wrote:

> my question is i have parsed the xhtml data stream using c


That's not a question. And this is a language for discussing
Python, not C.

> i need to diplay the content present in the command prompt as the data
> present in the webpage as links how it can be done?


http://www.catb.org/~esr/faqs/smart-questions.html
--
Michael Hoffman
 
Reply With Quote
 
 
 
 
Steve Holden
Guest
Posts: n/a
 
      02-25-2005
Michael Hoffman wrote:

> wrote:
>
>> my question is i have parsed the xhtml data stream using c

>
>
> That's not a question. And this is a language for discussing
> Python, not C.
>

Whoa, there! Ease off that trigger-finger, pardner ...

>> i need to diplay the content present in the command prompt as the data
>> present in the webpage as links how it can be done?

>

Looks like a question to me ...
>
> http://www.catb.org/~esr/faqs/smart-questions.html


Consider that the OP might want to pass the C parser output to a Python
web-content generator, which would make a deal of sense.

regards
Steve

 
Reply With Quote
 
Michael Hoffman
Guest
Posts: n/a
 
      02-25-2005
Steve Holden wrote:

> Consider that the OP might want to pass the C parser output to a Python
> web-content generator, which would make a deal of sense.


You're welcome to guess what the OP wants to do, but I'm not going to.
If he or she asks a coherent question it will probably be answered.
--
Michael Hoffman
 
Reply With Quote
 
Steve Holden
Guest
Posts: n/a
 
      02-25-2005
Michael Hoffman wrote:

> Steve Holden wrote:
>
>> Consider that the OP might want to pass the C parser output to a
>> Python web-content generator, which would make a deal of sense.

>
>
> You're welcome to guess what the OP wants to do, but I'm not going to.
> If he or she asks a coherent question it will probably be answered.


I have no problem with that. Indeed I am often surprised that questions
that I regard as too incoherent to be understood are frequently not only
understood but also answered with patience and fortitude.

Given that you couldn't spare the time to try to intuit the purpose of
the question, I was surprised you took the time to complain about its
incoherence. It's usually (IMHO) much more productive to ignore c.l.py
questions I don't have time for, and it's certainly more polite.

If more of us had ignored Iliardis Lazarus, or whatever his name was,
he'd have gone away a lot quicker

regards
Steve

 
Reply With Quote
 
Michael Hoffman
Guest
Posts: n/a
 
      02-27-2005
Steve Holden wrote:

> I have no problem with that. Indeed I am often surprised that questions
> that I regard as too incoherent to be understood are frequently not only
> understood but also answered with patience and fortitude.


I am too.

>
> Given that you couldn't spare the time to try to intuit the purpose of
> the question, I was surprised you took the time to complain about its
> incoherence. It's usually (IMHO) much more productive to ignore c.l.py
> questions I don't have time for, and it's certainly more polite.


I usually ignore the questions I find incoherent myself, and like you I
am surprised when they can be answered. But the ones that I can't
imagine being answered by those with even the greatest intuition and
patience? I figure some response is better than none, and that's what
this question would have gotten otherwise.

> If more of us had ignored Iliardis Lazarus, or whatever his name was,
> he'd have gone away a lot quicker


I only responded a couple of times before I killfiled the thread, which
is what I should have done to start with. But I don't think it should
have passed without comment (not necessarily from me).
--
Michael Hoffman
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
import parser does not import parser.py in same dir on win Joel Hedlund Python 2 11-11-2006 03:46 PM
import parser does not import parser.py in same dir on win Joel Hedlund Python 0 11-11-2006 11:34 AM
XML Parser VS HTML Parser ZOCOR Java 11 10-05-2004 01:58 PM
XMLparser: Difference between parser.setErrorHandler() vs. parser.setContentHandler() Bernd Oninger Java 0 06-09-2004 01:26 AM
XMLparser: Difference between parser.setErrorHandler() vs. parser.setContentHandler() Bernd Oninger XML 0 06-09-2004 01:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57