Parsing HTML-Code to readable
Axel Straschil
axel at pizza.home.kosnet.com
Fri Mar 21 08:20:09 EST 2003
More information about the Python-list mailing list
Fri Mar 21 08:20:09 EST 2003
- Previous message (by thread): Parsing HTML-Code to readable
- Next message (by thread): Parsing HTML-Code to readable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hallo! Im Generating HTML-Code like <html><head></head><body><p>Hello!</p></body></html> and want to reformat it to <html> <head> </head> <body> <p>Hello!</p> </body> </html> Is the any modul for something? I just where lookin in the Web for something like that, but I could'nt find anything ... maybe just too new to python ;-) Thanks, AXEL.
- Previous message (by thread): Parsing HTML-Code to readable
- Next message (by thread): Parsing HTML-Code to readable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list